azure-spring-boot-samples icon indicating copy to clipboard operation
azure-spring-boot-samples copied to clipboard

[QUERY] How to produce events to Azure eventhub using Springboot

Open santafek opened this issue 2 years ago • 3 comments

Query/Question

I am trying to produce events to Azure eventhub using Springboot, i have followed the below mentioned doc for creating Springboot application

https://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

santafek avatar Feb 13 '23 21:02 santafek