Skip to content

Sink connector ignores tasks.max argument #27

Closed
@buinauskas

Description

@buinauskas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedIssue has been released

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions