Forum Discussion
Nutan1105
Dec 28, 2022Copper Contributor
Azure event hub
While producing events from Java producer in to azure event hub. With below snippet code
Java azure producer :
producer.send(eventDataBatch)
How to verify events whether successfully sent to azure event hub.
Means any response validation(200 ok) available in azure event hub just like rest API's.
Kindly assist me on the this.
No RepliesBe the first to reply