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 Support as a Broker with Enhanced Commit Features #2209

Open
anupsingh3292 opened this issue Dec 20, 2024 · 0 comments
Open

Kafka Support as a Broker with Enhanced Commit Features #2209

anupsingh3292 opened this issue Dec 20, 2024 · 0 comments

Comments

@anupsingh3292
Copy link

We propose adding Kafka support as a broker for Celery, including the following features:

  1. Kafka as a Broker: Enable Celery to use Kafka for message queuing, offering improved scalability and fault tolerance for high-throughput systems. Kombu already has confluentkafka implementation but needs support for interval based commit.

  2. Partition-Based and Topic based Task Listening: Allow Celery workers to listen to specific Kafka partitions, enhancing parallel task processing and load distribution.

  3. Interval-Based Commit: Introduce an interval-based offset commit mechanism, enabling periodic commits for better control and fault tolerance in task processing.

  4. Out-of-Order Commit (Optional): Optionally support out-of-order offset commits, allowing flexibility in task processing order while ensuring proper acknowledgment.

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

No branches or pull requests

1 participant