Skip to content

Commit

Permalink
Merge pull request #416 from splunk/fix-already-in-use
Browse files Browse the repository at this point in the history
fix: fix already in use address
  • Loading branch information
VihasMakwana authored Nov 17, 2023
2 parents 9c75901 + a4ca9a4 commit cce6307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ jobs:

- name: Install kafka connect
run: |
sudo kill $(sudo lsof -t -i:8083) && sleep 2
sudo rm -f /usr/local/share/kafka/plugins/splunk-kafka-connect*.jar
sudo cp /tmp/splunk-kafka-connect*.jar /usr/local/share/kafka/plugins/
sudo /usr/local/kafka/bin/connect-distributed.sh $GITHUB_WORKSPACE/config/connect-distributed-quickstart.properties &
Expand Down

0 comments on commit cce6307

Please sign in to comment.