Skip to content

Commit

Permalink
add additional documentation on findings
Browse files Browse the repository at this point in the history
  • Loading branch information
thuibr committed Apr 1, 2024
1 parent c7162be commit dcec6c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/getting-started/backends-and-brokers/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,17 @@ For tasks.py:
@app.task
def add(x, y):
return x + y
Auth
====

TODO: Document how to properly authenticate with a kafka broker that uses SASL, for example.

Further Info
============

Celery queues get routed to Kafka topics. For example, if a queue is named "add_queue",
then a topic named "add_queue" will be created/used in Kafka.

For canvas, when using a backend that supports it, the typical mechanisms like
chain, group, and chord seem to work.

0 comments on commit dcec6c0

Please sign in to comment.