Skip to content

Set the current host in the SASL configs#2633

Merged
dpkp merged 1 commit intodpkp:masterfrom
SeppMe:fix_sasl_host_config
May 22, 2025
Merged

Set the current host in the SASL configs#2633
dpkp merged 1 commit intodpkp:masterfrom
SeppMe:fix_sasl_host_config

Conversation

@SeppMe
Copy link
Copy Markdown
Contributor

@SeppMe SeppMe commented May 22, 2025

This fixes issue #2632

Comment thread kafka/conn.py
for key in self.config:
if key in configs:
self.config[key] = configs[key]
self.config['host'] = host
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Since this is only used in sasl mechanisms, I think it would be better to limit the scope. How about adding host=self.host on L316 instead?

@dpkp dpkp merged commit e2b6693 into dpkp:master May 22, 2025
18 checks passed
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.

3 participants