Closed
Description
We've noticed that the sink connector ignores the tasks.max
configuration parameter entirely and there's no way to create more sink tasks. I suspect this is due to the following method that always yields a single instance of task, it ignores the numTasks
argument entirely.
The documentation suggests that it should support it https://redis-field-engineering.github.io/redis-kafka-connect/#_sink_tasks
The Redis Kafka Sink Connector supports running one or more tasks. You can specify the number of tasks with the tasks.max configuration property.