paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
1.98k stars 577 forks source link

Need ability to send/receive messages to Event Hub in the AVRO format #756

Open TheAzureGuy opened 7 months ago

TheAzureGuy commented 7 months ago

Would be very much grateful if AVRO support is added to the SB Explorer soon. Paolo, you are a Rock Star!

ErikMogensen commented 2 months ago

This may help when working with AVRO, https://github.com/clemensv/avrotize. I haven't looked at the license for the repo - perhaps it may used for implementing this issue.