Skip to content

Commit

Permalink
Final demo as successfully (kinda) delivered at Kafka Summit London 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed May 14, 2019
1 parent b195248 commit da64485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ while [ $(curl -s -o /dev/null -w %{http_code} http://localhost:8083/connectors)
sleep 10
done
echo -e $(date) "\n\n--------------\n\o/ Kafka Connect is ready! Listener HTTP state: " $(curl -s -o /dev/null -w %{http_code} http://localhost:8083/connectors) "\n--------------\n"
docker-compose logs -f kafka-connect-01
'
----

Expand Down

0 comments on commit da64485

Please sign in to comment.