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

streaming: provide a stream client #57424

Closed
pbardea opened this issue Dec 3, 2020 · 1 comment
Closed

streaming: provide a stream client #57424

pbardea opened this issue Dec 3, 2020 · 1 comment
Assignees
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-disaster-recovery

Comments

@pbardea
Copy link
Contributor

pbardea commented Dec 3, 2020

As described in the cluster-streaming RFC, the ingestion job interacts with the incoming stream via a stream client.

The initial version of the stream client should be on top of the KV-encoded core changfeed implemented by #57422. It should be able to read from this stream and produce all of the KV events emitted on it.

@pbardea pbardea added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-disaster-recovery labels Dec 3, 2020
@pbardea pbardea self-assigned this Mar 16, 2021
@pbardea
Copy link
Contributor Author

pbardea commented Mar 16, 2021

Closed by #61036

@pbardea pbardea closed this as completed Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-disaster-recovery
Projects
None yet
Development

No branches or pull requests

2 participants