Feat/pluggable queue kafka#25
Open
prshant70 wants to merge 6 commits into
Open
Conversation
… script updates - Add kafka_setup.py with setup_kafka_container() and create_kafka_topics() helpers using bitnami/kafka:3.6 in KRaft single-node mode with 12 partitions per topic - Update notify_setup.py: detect QUEUE_BACKEND from handler config; start Kafka container when kafka, localstack when sqs (existing behavior preserved) - Update gateway_setup.py: conditional Kafka topic creation vs localstack queue creation - Update core_setup.py: conditional Kafka topic creation across all three config blocks - Update handler_setup.py: conditional Kafka topic creation vs localstack queue creation - Update submodule pointers for notifyone-gateway, notifyone-core, notifyone-handler Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- notifyone-core: b8ec486 — fix retry seek, double-increment, _retry_counts - notifyone-handler: d961bd9 — fix retry seek, double-increment, retry_counts Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
DeputyDev will no longer review pull requests automatically.To request a review, simply comment #review on your pull request—this will trigger an on-demand review whenever you need it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix for issue#10