Skip to content

removed custom offset, config and status topic for kafka connect in d… #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,11 @@ Running Splunk Connect for Kafka in a dedicated Kafka Connect Cluster is recomme

3. Revise other optional settings in **config/connect-distributed.properties** as needed.

> Note: Do not change the replication factor and partition number at this time.

> Note: The below topics should be created by Kafka Connect when deploying the Splunk Connector. If the Kafka Connect cluster **does not have permission** to create these topics, create these manually before starting Kafka Connect cluster.
> Note: Modify group ID name if needed.

```
group.id=kafka-connect-splunk-hec-sink # consumer group id of Kafka Connect, which is used to form a Kafka Connect cluster

config.storage.topic=__kafka-connect-splunk-task-configs # kafka topic used to persistent connector task configurations
config.storage.replication.factor=3

offset.storage.topic=__kafka-connect-splunk-offsets # kafka topic used to persistent task checkpoints
offset.storage.replication.factor=3
offset.storage.partitions=25

status.storage.topic=__kafka-connect-splunk-statuses # kafka topic used to persistent task statuses
status.storage.replication.factor=3
status.storage.partitions=5
```

4. Deploy/Copy the **splunk-kafka-connect** directory to all target hosts (virtual machines, physical machines or containers).
Expand Down Expand Up @@ -168,14 +156,6 @@ offset.flush.interval.ms=10000

#Recommended
group.id=kafka-connect-splunk-hec-sink
config.storage.topic=__kafka-connect-splunk-task-configs
config.storage.replication.factor=3
offset.storage.topic=__kafka-connect-splunk-offsets
offset.storage.replication.factor=3
offset.storage.partitions=25
status.storage.topic=__kafka-connect-splunk-statuses
status.storage.replication.factor=3
status.storage.partitions=5

```
> Note - For more information on the worker paramaters please refer to Kafka Connect [documentation](https://kafka.apache.org/documentation/#connect_running).
Expand Down