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: inbound record distributor/store #24518

Merged
merged 8 commits into from
Dec 16, 2022

Conversation

adamkotwasinski
Copy link
Contributor

@adamkotwasinski adamkotwasinski commented Dec 13, 2022

Commit Message: kafka: inbound record distributor/store
Additional Description: RecordDistributor object that's responsible for routing records to callbacks (downstream Fetch requests) that are waiting for these requests. Needs to be thread-safe just like it's owner SHM, as it's going to be accessed by multiple threads (from the callback side: multiple filters -> multiple worker threads, from the message side: kafka consumer's worker thread that pushes the messages in). Part of #24372
Risk Level: Low
Testing: unit tests, integration test with a 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: #24518 was opened by adamkotwasinski.

see: more, trace.

Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
@adamkotwasinski adamkotwasinski force-pushed the kafka-distributor branch 2 times, most recently from 98e927a to 1f1c5cd Compare December 14, 2022 20:27
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>
…nds processing)

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 December 16, 2022 01:28
@adamkotwasinski
Copy link
Contributor Author

/assign @mattklein123

@mattklein123 mattklein123 merged commit f022f3f into envoyproxy:main Dec 16, 2022
@adamkotwasinski
Copy link
Contributor Author

Thank you!

@adamkotwasinski adamkotwasinski deleted the kafka-distributor branch December 16, 2022 19:17
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.

None yet

2 participants