forked from confluentinc/kafka-connect-storage-cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
crawler.properties
24 lines (19 loc) · 927 Bytes
/
crawler.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bootstrap.servers=172.24.21.112:9092,172.24.19.184:9092,172.24.16.186:9092
group.id=connect-cluster
rest.port=8084
key.converter=org.apache.kafka.connect.converters.ByteArrayConverter
key.converter.schema.registry.url=http://localhost:8081
value.converter=org.apache.kafka.connect.converters.ByteArrayConverter
value.converter.schema.registry.url=http://localhost:8081
config.storage.topic=connect-configs
offset.storage.topic=connect-offsets
status.storage.topic=connect-statuses
connector.client.config.override.policy=All
config.storage.replication.factor=3
offset.storage.replication.factor=3
status.storage.replication.factor=3
internal.key.converter=org.apache.kafka.connect.json.JsonConverter
internal.value.converter=org.apache.kafka.connect.json.JsonConverter
internal.key.converter.schemas.enable=false
internal.value.converter.schemas.enable=false
plugin.path=/usr/share/java,/usr/share/confluent-hub-components