My requirement is a simple pub-sub using Azure Events Hub using Spring.
Upon checking the documentation, I've found 2 articles which demonstrate the integration. One uses azure-eventhubs library and the other uses spring-cloud-azure-eventhubs-stream-binder.
What is the difference between the two?