From c5e9d55193f65efc28117815901719c951697095 Mon Sep 17 00:00:00 2001 From: Shubhang Balkundi Date: Mon, 1 Apr 2024 16:32:20 +0530 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b52a5a7..27c04d8 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,6 @@ type ConsumerConfig struct { AutoCommitInterval int // A commit Interval time in milliseconds ConsumerCount int // Number of concurrent consumer instances to consume from Kafka PollTimeout int // Kafka Poll timeout in milliseconds - RouteGroup string // An optional route group to use for routing purposes AutoOffsetReset string // earliest or latest PartitionAssignment string // refer partition.assignment.strategy https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md MaxPollIntervalMS int // Kafka Failure detection interval in milliseconds