You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a name field for event hubs and consumer groups.
As event hub names are scoped by event hub namespace, and consumer group names are scoped by event hubs, there needs to be name field to reflect this, rather than use the kubernetes resource names (that impose uniqueness contraints across the cluster).
For example, it should be possible to create a consumer group with the same name, e.g. test_consumer for each of the event hubs.
**Done criteria **
This is the "done" criteria for this task
User can create eventhub resources that are unique for the scope that it is in, rather than cluster-wide scope.
* Allow property rewrites to specify match
* Add another type-strip phase
* Update hack/generator/pkg/codegen/pipeline_apply_property_rewrites.go
Co-authored-by: Matthew Christopher <[email protected]>
Add a name field for event hubs and consumer groups.
As event hub names are scoped by event hub namespace, and consumer group names are scoped by event hubs, there needs to be name field to reflect this, rather than use the kubernetes resource names (that impose uniqueness contraints across the cluster).
For example, it should be possible to create a consumer group with the same name, e.g.
test_consumer
for each of the event hubs.**Done criteria **
This is the "done" criteria for this task
User story reference*
#221
The text was updated successfully, but these errors were encountered: