-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1835248
commit cb67d6f
Showing
50 changed files
with
210 additions
and
1,043 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_zookeeper "$PARAMS" "--zookeeper") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--consumer.config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--broker-list") | ||
PARAMS=$(add_tls "$PARAMS" "--producer.config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--broker-list") | ||
PARAMS=$(add_tls "$PARAMS" "--consumer.config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
PARAMS="$@" | ||
DIR=$( dirname "${BASH_SOURCE[0]}" ) | ||
source "$DIR/utils.sh" | ||
|
||
PARAMS=$(add_bootstrap_servers "$PARAMS" "--bootstrap-server") | ||
PARAMS=$(add_tls "$PARAMS" "--command-config") | ||
|
||
exec $KAFKA_CLI_DIR/$(basename $0).sh $PARAMS |
Oops, something went wrong.