Connecting to Azure Service Bus with rabbitmq-amqp1.0-client

Hello @slashmili, Do you happen to know how to configure a consumer using Kaffe (or another Kafka client library) with the details from such an Azure event hub connection string? I wonder how to split the connection string to provide all required options like :endpoints, :topics, and maybe/probably(?) :sasl (as tried here: klarna/brod with azure/event hub. How to Set up? ).

Alternatively: Can I connect to any Azure Event Hub using amqp10_client or does the Event Hub have to be configured in a specific way to serve as RabbitMQ source instead of a Kafka Producer?