This is an automated email from the ASF dual-hosted git repository.

pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 09a8282fa ATLAS-4569: Kafka importer should use only kafka-clients 
from Kafka libs and slf4j-api
09a8282fa is described below

commit 09a8282fa2578ddb71c300ec5853a00fceb1af0c
Author: Andras Katona <[email protected]>
AuthorDate: Thu Apr 21 18:27:53 2022 +0200

    ATLAS-4569: Kafka importer should use only kafka-clients from Kafka libs 
and slf4j-api
    
    Signed-off-by: Pinal Shah <[email protected]>
---
 addons/kafka-bridge/src/bin/import-kafka.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/kafka-bridge/src/bin/import-kafka.sh 
b/addons/kafka-bridge/src/bin/import-kafka.sh
index fbc16f0d0..ada3b4ae2 100644
--- a/addons/kafka-bridge/src/bin/import-kafka.sh
+++ b/addons/kafka-bridge/src/bin/import-kafka.sh
@@ -99,7 +99,7 @@ fi
 
 KAFKA_CP="${KAFKA_CONF}"
 
-for i in "${KAFKA_HOME}/libs/"*.jar; do
+for i in "${KAFKA_HOME}/libs/kafka-clients"*.jar 
"${KAFKA_HOME}/libs/slf4j-api"*.jar; do
     KAFKA_CP="${KAFKA_CP}:$i"
 done
 

Reply via email to