python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Dynamic destination in Spring Cloud Stream from Azure Event Hub to Kafka
I'm trying to use Spring Cloud Stream to process messages sent to an Azure Event Hub instance. Those messages should be routed to a tenant-specific topic determined at runtime, based on message conten...
Riccardo Bellini
Votes: 0
Answers: 1
How to save the data from GZIPPED file by converting to JSON into ADLS
I have an Event HUB which will receive GZIPPED Json Data as Messages. Any idea on how to catch these message and save the JSON to ADLS.
Shanmukh S
Votes: 0
Answers: 1
Memory size exceeded while sending data in Azure Eventhub using python code
ValueError: EventDataBatch has reached its size limit: 1048576
I am using below code
Saswat Ray
Votes: 0
Answers: 1
Reading specific message from EventHub
I am wanting to read a specific message from an EventHub.
I'm using the EventHubConsumerClient and the ReadEventsFromPartitionAsync using a partitionId, and Offset I have.
client.ReadEventsFromPartiti...
Stuart.Sklinar
Votes: 0
Answers: 2