Replies: 1 comment 11 replies
-
Strimzi does not generate the tasks. It just updates the connector. So maybe the first thing you can do is to:
If that is set correctly, it is up to Kafka to decide how many tasks it would create. But the points above should definitely help to clarify where the issue might be. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mm2 sourceConnector that is responsible for a lot of topic-partitions, however specifically for the sourceConnector, it only runs 1 task. I have the following configuration:
The connect rest call for tasks looks like:
I do not see the same problem with the checkpoint connector. Could this be a bug, or am I missing something obvious?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions