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: add support for list-offsets request #24375

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

adamkotwasinski
Copy link
Contributor

Commit Message: kafka: add support for list-offsets request
Additional Description: When Kafka consumer starts getting records from upstream Kafka cluster, the first request it sends to upstream is actually asking for its position (this data is then used in following requests, updated as records are received). As the offset management is going to be left to proxy/Envoy we can send a trivial 0 here, simplifying the code.
Required for #24372
Risk Level: Low
Testing: unit tests, full integration stack with Fetch requets
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: #24375 was opened by adamkotwasinski.

see: more, trace.

@adamkotwasinski
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Check envoy-presubmit didn't fail.

🐱

Caused by: a #24375 (comment) was created by @adamkotwasinski.

see: more, trace.

Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
@adamkotwasinski adamkotwasinski marked this pull request as ready for review December 6, 2022 09:04
@adamkotwasinski
Copy link
Contributor Author

/assign @mattklein123

@adamkotwasinski adamkotwasinski changed the title [DRAFT] kafka: add support for list-offsets request kafka: add support for list-offsets request Dec 6, 2022
@mattklein123 mattklein123 merged commit 40017d7 into envoyproxy:main Dec 6, 2022
@adamkotwasinski adamkotwasinski deleted the kafka-list-offsets branch December 6, 2022 21:18
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>
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