From 648f0d2dab45f312379a3340036146003b212e37 Mon Sep 17 00:00:00 2001 From: "furkan.kavraz" Date: Thu, 29 Aug 2024 14:01:45 +0300 Subject: [PATCH] #29 adds missing configurations to the read me --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd5881..2a830d9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Here is the explanation of environment variables. Please note that the config pr - Retry Suffix: The suffix of retry topics - GroupId: GroupId for Retry Job Consumer - RetryTopicNameInHeader: Retry topic name that will be presented in the header of each message to transfer them corresponding retry topic -- MessageConsumeLimitPerTopicPartition: Limit the total number of messages that can be consumed for a topic partition +- MessageConsumeLimitPerTopic: Limit the total number of messages that can be consumed for a topic - EnableAutoCommit: Enable/disable auto commit config - EnableAutoOffsetStore: Enable/disable auto offset store config - ProducerEnableIdempotence: EnableIdempotence property of Confluent Kafka ProducerConfig @@ -39,6 +39,7 @@ Here is the explanation of environment variables. Please note that the config pr - ProducerMessageTimeoutMs: MessageTimeoutMs property of Confluent Kafka ProducerConfig - ProducerRequestTimeoutMs: RequestTimeoutMs property of Confluent Kafka ProducerConfig - ProducerMessageMaxBytes: MessageMaxBytes property of Confluent Kafka ProducerConfig +- MaxLevelParallelism: Max thread count to process topics in parallel to allow faster processing time (1 in default) ## Getting Started