0

We have GoLang backend service used to:

  1. Store data in yugabyte DB using YCL driver
  2. Publish the same data to Kafka

Step 2 was necessary so that consumers can stream through kafka

  1. Can yugabyteDB help stream data, once a new row created in a table? to avoid maintainence of state in kafka....

  2. if yes, does yugabyte db support streaming with push model?

overexchange
  • 15,768
  • 30
  • 152
  • 347

1 Answers1

1

CDC feature is actively being worked on at https://github.com/yugabyte/yugabyte-db/issues/9019. Also support for 2, pushing into kafka is in the works.

dh YB
  • 965
  • 3
  • 10