Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jan 29, 2024
1 parent c82b552 commit 8e8b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hopsworks/core/kafka_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def get_default_config(self):
constants.KAFKA_CONSUMER_CONFIG.GROUP_ID_CONFIG: "my-group-id",
constants.KAFKA_SSL_CONFIG.SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG: "none",
}

_client = client.get_instance()
if type(_client) == Client:
config[constants.KAFKA_PRODUCER_CONFIG.BOOTSTRAP_SERVERS_CONFIG] = ",".join(
[
Expand Down

0 comments on commit 8e8b8c6

Please sign in to comment.