MM2 Config does not respect consumer.* parameters #5739
Replies: 2 comments 6 replies
-
Kafka Connect creates many different consumers and producers. By cutting log snippets like this, it is not really clear what exactly are you sharing I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I should have been more specific by attaching the full mm2.log and the manifest. Lines 29 to 31 in the YAML file has the parameters I'm passing to the deployment and they can be seen in the log files on lines 41,42 and 45 The Producer config for max.request.size can be seen as accepted in lines 1963, 3155, 3270, 4882, 5305, 5378 However for the consumer.auto.offset.reset, the value is still set to earliest as can be seen on lines 1106, 1372, 1595, 2242, 3551, 5557 & 5853 To reiterate what I'm trying to do - |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use MM2 to replicate data from a source cluster to a freshly instantiated cluster. However, I don't want to replicate all the messages. I only want to replicate messages that have been created after the target cluster has been initiated. Any message created before that is irrelevant. I thought the best way to do this would be to set the auto.offset.reset : latest settings in the config section of the consumer.
This is my CR
In the logs, for the ConsumerConfig values, it still reads as
but the ProducerConfig section respects the values given in the config
I'm using Strimzi v 0.26 with Kafka Version 2.8.0
Beta Was this translation helpful? Give feedback.
All reactions