Azure event hub

Copper Contributor

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.

 

 

0 Replies