# Name the components on this agenta1.sources= r1a1.sinks= k1a1.channels= c1# Describe/configure the sourcea1.sources.r1.type= netcata1.sources.r1.bind= CentOSa1.sources.r1.port=44444# Describe the sinka1.sinks.k1.type= org.apache.flume.sink.kafka.KafkaSinka1.sinks.k1.kafka.topic=...
想运行kafka-connect-elasticsearch的前提是提供kafka服务以及ES服务。 standalone模式 1、首先更改配置connect-standalone.properties #broker列表 bootstrap.servers=10.120.241.1:9200 key.converter=org.apache.kafka.connect.json.JsonConverter value.converter=org.apache.kafka.connect.json.JsonConverter #是否需要schemas...
nohup bin/kafka-mirror-maker --consumer.config mirror-maker-consumer.properties --offset.commit.interval.ms 5000 --producer.config mirror-maker-producer.properties --whitelist '.*mirrormaker' & 1. I、mirror-maker-consumer.properties bootstrap.servers=hostname1:9094,hostname2:9094(Source Cluster ka...
如果kafka有认证的话,配置如下: kafkastore.bootstrap.servers=SASL_PLAINTEXT://slave01:9092,SASL_PLAINTEXT://slave02:9092,SASL_PLAINTEXT://slave03:9092 # kafka auth kafkastore.security.protocol=SASL_PLAINTEXT kafkastore.sasl.mechanism=PLAIN kafkastore.sasl.jaas.config=...