Scenario: I am trying to create consumer group for Azure Eventhub testing data in event hub. I want to create a consumer group every time I start my tests and destroy it after the tests are completed.
I am trying to program it in Java. Are there any SDKs, classes, methods, etc. which can help me with this?
Also, if you disagree with creating and destroying a consumer group for each test pass please let me know why.
I have seen a similar post for the .NET SDK but couldn't find anything similar for Java. Can someone please help?
Thanks JD