Skip to content

feat(Messaging): Add info about Kafka - #844

Open
srp3rd wants to merge 1 commit into
rucio:mainfrom
srp3rd:kafka
Open

feat(Messaging): Add info about Kafka#844
srp3rd wants to merge 1 commit into
rucio:mainfrom
srp3rd:kafka

Conversation

@srp3rd

@srp3rd srp3rd commented Jul 10, 2026

Copy link
Copy Markdown

Adds information about how to configure Kafka messages and message format

Closes: #8591

Adds information about how to configure Kafka messages and message format

Closes: #8591

[messaging-hermes-kafka]
# Kafka options
# Non-SSL port (used is use_ssl=False

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Non-SSL port (used is use_ssl=False
# Non-SSL port (used is use_ssl=False)

use_ssl = False
# Broker host name or DNS alias
brokers = kafka
# Destination topic

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is the topic used? Is there any restriction on it?

nonssl_port = 9092
# Use SSL for Kafka connection
use_ssl = False
# Broker host name or DNS alias

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it just "kafka" or the hostname for the kafka server? Worth being explicit here

@voetberg

Copy link
Copy Markdown
Contributor

Also please fix the spelling error the pre-commit raised - docs/operator/monitoring.md:301: Kakfa ==> Kafka

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