Can yugabyteDB used for storage & streaming?

74 Views Asked by At

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?

1

There are 1 best solutions below

2
dh YB On

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.