Skip to content

Commit

Permalink
Merge pull request #3763 from NicholasTurner23/update/Kafka-implement…
Browse files Browse the repository at this point in the history
…ations

Update/kafka implementations
  • Loading branch information
Baalmart authored Oct 25, 2024
2 parents 089550c + aad3a92 commit 92a98db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflows/airqo_etl_utils/message_broker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self):
# Note: This should be updated in case the number of partions used changes.
self.partition_loads = {int(p): 0 for p in self.__partitions}
self.config = {
"bootstrap.servers": "35.187.179.27:30200,34.79.78.204:30200,34.78.90.92:30200",
"bootstrap.servers": self.__bootstrap_servers,
"metadata.max.age.ms": 60000,
}

Expand Down

0 comments on commit 92a98db

Please sign in to comment.