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

[Yugabyte] Does yugabyte db support streaming with push model? #11287

Closed
ethashamuddin-mohammed-kr opened this issue Jan 31, 2022 · 1 comment
Labels
area/docdb YugabyteDB core features

Comments

@ethashamuddin-mohammed-kr

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 area/docdb YugabyteDB core features label Jan 31, 2022
@ethashamuddin-mohammed-kr ethashamuddin-mohammed-kr changed the title [DocDB] Does yugabyte db support streaming with push model? [ysql] Does yugabyte db support streaming with push model? Feb 2, 2022
@ethashamuddin-mohammed-kr ethashamuddin-mohammed-kr changed the title [ysql] Does yugabyte db support streaming with push model? [Yugabyte] Does yugabyte db support streaming with push model? Feb 2, 2022
@ddorian
Copy link
Contributor

ddorian commented Feb 5, 2022

Can you ask on #9019 ?
You should be able to have multiple consumers.
But at first only pull mode is being developed.

@ddorian ddorian closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features
Projects
None yet
Development

No branches or pull requests

2 participants