You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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 thenumTasks
argument entirely.redis-kafka-connect/core/redis-kafka-connect/src/main/java/com/redis/kafka/connect/RedisSinkConnector.java
Line 46 in f095f81
The documentation suggests that it should support it https://redis-field-engineering.github.io/redis-kafka-connect/#_sink_tasks
The text was updated successfully, but these errors were encountered: