Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KAFKA_CONTAINER_NAME to resolve dynamically #39

Merged
merged 2 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions do_kafka_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CYAN='\033[0;36m'
YELLOW='\033[1;33m'
NC='\033[0m' # No Color

CURRENT_DIR_NAME=${PWD##*/}
KAFKA_CONTAINER_NAME=$CURRENT_DIR_NAME-kafka-1

KAFKA_CONTAINER_NAME=$(docker ps --format '{{.Names}}' | grep kafka)
MAP_FILE=data/I_80.edges
BSM_DATA_FILE=data/I_80_test.json
TIM_DATA_FILE=data/I_80_test_TIMS.json
Expand Down
Loading