Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand eventhub resource with possibility to add consumer groups #282

Merged
merged 11 commits into from
Feb 6, 2024

Conversation

jonasdmoeller
Copy link
Member

@jonasdmoeller jonasdmoeller commented Jan 25, 2024

Description

Expanding the EventHubResource with possibility to add consumer groups. Based on the same builder pattern as adding subscriptions to the ServiceBus TopicResource.

Quality

  • Documentation is updated
  • Release notes are updated
  • Package version is updated
  • Public types and methods are documented
  • Tests are implemented and executed locally

Copy link
Contributor

@dstenroejl dstenroejl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a few comments&suggestions.

Should we be able to easily set the consumer group name as an environment variable, or is this not useful from tests?

…rceProvider/EventHubResourceBuilder.cs

Co-authored-by: Dan Stenrøjl <[email protected]>
@jonasdmoeller
Copy link
Member Author

Added a few comments&suggestions.

Should we be able to easily set the consumer group name as an environment variable, or is this not useful from tests?

Good idea. This is now added.

dstenroejl
dstenroejl previously approved these changes Jan 25, 2024
Copy link
Contributor

@dstenroejl dstenroejl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonasdmoeller jonasdmoeller merged commit 7c14229 into main Feb 6, 2024
22 checks passed
@jonasdmoeller jonasdmoeller deleted the jdm/expand-eventhubprovider-with-consumer-groups branch February 6, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants