Skip to content

Commit

Permalink
kafka configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Markliniubility committed Aug 5, 2022
1 parent 3e72d03 commit 6b53e20
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
implementation 'org.apache.kafka:kafka-clients:3.0.0'

// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation 'org.slf4j:slf4j-api:1.7.32'

// https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
implementation 'org.slf4j:slf4j-simple:1.7.32'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#
#######################kafka-client##################
eventMesh.server.kafka.namesrvAddr=127.0.0.1:9876;127.0.0.1:9876
eventMesh.server.kafka.namesrvAddr=127.0.0.1:9092;127.0.0.1:9092
eventMesh.server.kafka.cluster=DefaultCluster
eventMesh.server.kafka.accessKey=********
eventMesh.server.kafka.secretKey=********
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#
#######################kafka-client##################
eventMesh.server.kafka.namesrvAddr=127.0.0.1:9876;127.0.0.1:9876
eventMesh.server.kafka.namesrvAddr=127.0.0.1:9092;127.0.0.1:9092
2 changes: 1 addition & 1 deletion eventmesh-runtime/conf/eventmesh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ eventMesh.server.blacklist.ipv4=0.0.0.0/8,127.0.0.0/8,169.254.0.0/16,255.255.255
eventMesh.server.blacklist.ipv6=::/128,::1/128,ff00::/8

#connector plugin
eventMesh.connector.plugin.type=standalone
eventMesh.connector.plugin.type=kafka

#security plugin
eventMesh.server.security.enabled=false
Expand Down
1 change: 1 addition & 0 deletions eventmesh-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@

dependencies {
implementation project(":eventmesh-runtime")
implementation project(":eventmesh-connector-plugin:eventmesh-connector-kafka")
}
2 changes: 0 additions & 2 deletions tools/dependency-check/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ simpleclient-0.8.1.jar
simpleclient_common-0.8.1.jar
simpleclient_httpserver-0.8.1.jar
slf4j-api-1.7.30.jar
slf4j-api-1.7.32.jar
slf4j-simple-1.7.32.jar
snappy-java-1.1.8.1.jar
system-rules-1.16.1.jar
truth-0.30.jar
Expand Down

0 comments on commit 6b53e20

Please sign in to comment.