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

kafka: fetch request #24606

Merged
merged 6 commits into from
Jan 27, 2023
Merged

Conversation

adamkotwasinski
Copy link
Contributor

@adamkotwasinski adamkotwasinski commented Dec 16, 2022

Commit Message: kafka: add Fetch request handling
Additional Description: Fetch request represents a single request coming from downstream clients "please give me records for partitions p1, p2, ... pN". In our implementation this will mean we will ask SharedConsumerManager to process our request (== fill it with records, if any stored; register as callback if nothing). When our processing is finished (which can happen in one of two ways: record times out (no records!) / stuff got provided (either initial seeding or by SCM's consumer workers), we finally let the filter/dispatcher know we are ready to go downstream. Part of #24372.
Risk Level: Low
Testing: unit tests, integration tests with full stack
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

@repokitteh-read-only
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #24606 was opened by adamkotwasinski.

see: more, trace.

Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
@adamkotwasinski adamkotwasinski marked this pull request as ready for review January 27, 2023 18:15
@adamkotwasinski
Copy link
Contributor Author

/assign @mattklein123

@mattklein123 mattklein123 merged commit 236f2eb into envoyproxy:main Jan 27, 2023
@adamkotwasinski
Copy link
Contributor Author

Thank you!

@adamkotwasinski adamkotwasinski deleted the kafka-fetch branch January 27, 2023 22:07
VishalDamgude pushed a commit to freshworks/envoy that referenced this pull request Feb 2, 2023
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
phlax pushed a commit to phlax/envoy that referenced this pull request Aug 22, 2023
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
phlax pushed a commit to phlax/envoy that referenced this pull request Aug 25, 2023
Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants