quickwit test script updated
This commit is contained in:
parent
125e5289be
commit
c198f30039
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def create_consumer():
|
|||
consumer = KafkaConsumer(#security_protocol="SSL",
|
||||
bootstrap_servers=os.environ['KAFKA_SERVER_2'],
|
||||
# os.environ['KAFKA_SERVER_1']],
|
||||
group_id=f"quickwit_connector",
|
||||
group_id=f"quickwit_connector2",
|
||||
auto_offset_reset="earliest",
|
||||
enable_auto_commit=False
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue