Skip to content

Commit

Permalink
refactor: Remove unnecessary bash scripts (#8925)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored Mar 31, 2023
1 parent dbbd1cb commit ff1440f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 11 additions & 1 deletion integration_tests/kafka-cdc-sink/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ dependencies = [
[tasks.clean-all]
script = """
docker compose down --remove-orphans -v
"""
"""

[tasks.show-json-logs]
script = """
docker run --network host \
bitnami/kafka:latest \
/opt/bitnami/kafka/bin/kafka-console-consumer.sh \
--bootstrap-server localhost:9092 \
--topic counts --from-beginning
"""
description = "Show produces kafka json logs"
1 change: 0 additions & 1 deletion integration_tests/kafka-cdc-sink/consume.sh

This file was deleted.

1 change: 0 additions & 1 deletion integration_tests/kafka-cdc-sink/create_topic.sh

This file was deleted.

0 comments on commit ff1440f

Please sign in to comment.