all-things-risingwave

Has anyone ever tried to use Azure Event Hub for the SOURCE or SINK for RisingWave using the Kafka connector?

I'm interested in knowing if anyone has experience using Azure Event Hub as a source or sink for RisingWave with the Kafka connector, and if there are any specific considerations or tips for setting it up.

io

iobruno

Asked on Jan 29, 2024

  • Event Hub is compatible with Kafka and supported by RisingWave.
  • EventHub has a requirement on the message itself, which requires each message to have a key.
  • For the source, try using the new syntax include key to read the key part.
  • For the sink, format plain may not be suitable for EventHub; consider using format upsert instead.
Feb 01, 2024Edited by