-
Notifications
You must be signed in to change notification settings - Fork 19
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
Quarkus azure eventhubs Extension #310
Quarkus azure eventhubs Extension #310
Conversation
@all-contributors please add @backwind1233 for code and maintenance |
I've put up a pull request to add @backwind1233! 🎉 |
...bs/runtime/src/main/java/io/quarkiverse/azure/eventhubs/runtime/EventhubsClientProducer.java
Outdated
Show resolved
Hide resolved
...-eventhubs/runtime/src/main/java/io/quarkiverse/azure/eventhubs/runtime/EventhubsConfig.java
Show resolved
Hide resolved
extensions/azure-eventhubs/runtime/src/main/resources/META-INF/quarkus-extension.yaml
Outdated
Show resolved
Hide resolved
@backwind1233 Could you pls also add description of Azure Event Hubs service and Quarkus Azure Event Hubs extension to repo's README.md? |
@backwind1233 Thanks for quick fixing, LGTM now, approved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A great PR to learn from, thank you @backwind1233.
This PR is related to #57, including:
Support to automatically configure EventHubProducerClient, EventHubConsumerClientbean, EventHubProducerAsyncClient, EventHubConsumerAsyncClient
Support native build.
Add integration tests.
Add doc.
Update README.
Test: https://github.com/backwind1233/quarkus-azure-services/actions/runs/12387936859