azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
[QUERY] How to produce events to Azure eventhub using Springboot
Query/Question
I am trying to produce events to Azure eventhub using Springboot, i have followed the below mentioned doc for creating Springboot applicationhttps://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub But i am getting below mentioned error
o.s.cloud.stream.binding.BindingService: Failed to create producer binding;retrying in 30 seconds
org.springframework.cloud.stream.binder.BinderException: Exception thrown while building outbound endpoint
caused by java.lang.IllegalArgumentException: Parameter resourceGroupName is required and cannot be null.
Why is this not a Bug or a feature Request?
Setup (please complete the following information if applicable):
- OS: mac
- IDE: IntelliJ community edition
- Sample Path:
- Library/Libraries:
Information Checklist
- [ X] Query Added
- [ X] Setup information Added