Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Push model] Does yugabyte db support streaming with push model? #11372

Closed
ethashamuddin-mohammed-kr opened this issue Feb 5, 2022 · 1 comment
Labels
kind/new-feature This is a request for a completely new feature

Comments

@ethashamuddin-mohammed-kr

Description

Description

Here is the background for this query

We have GoLang backend services:

  1. Storing data in yugabyte DB
  2. Publishing same data to Kafka

Step 2 was necessary so that multiple consumers can stream through kafka(uses push model)

Q1) Can yugabyteDB help stream data, once a new row created in a table? to avoid maintaining kafka…

Q2) Does yugabyte db support streaming with push model? so that multiple consumers can stream with database instead of Kafka...

@ethashamuddin-mohammed-kr ethashamuddin-mohammed-kr added the kind/new-feature This is a request for a completely new feature label Feb 5, 2022
@ddorian
Copy link
Contributor

ddorian commented Feb 7, 2022

Q1) Can yugabyteDB help stream data, once a new row created in a table? to avoid maintaining kafka…

Yes, when CDC is completed in #9019

Q2) Does yugabyte db support streaming with push model? so that multiple consumers can stream with database instead of Kafka...

Currently no. Please ask on #9019 for an ETA.

Closing as duplicate of #9019

@ddorian ddorian closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/new-feature This is a request for a completely new feature
Projects
None yet
Development

No branches or pull requests

2 participants