Closed jklynch closed 3 years ago
The PR sets publish_documents_to_kafka=True in 00-base.py.
publish_documents_to_kafka=True
It is also necessary to export BLUESKY_KAFKA_BOOTSTRAP_SERVERS=kafka1.nsls2.bnl.gov:9092,... so that bsui can find it.
export BLUESKY_KAFKA_BOOTSTRAP_SERVERS=kafka1.nsls2.bnl.gov:9092,...
The PR sets
publish_documents_to_kafka=True
in 00-base.py.It is also necessary to
export BLUESKY_KAFKA_BOOTSTRAP_SERVERS=kafka1.nsls2.bnl.gov:9092,...
so that bsui can find it.