Skip to content

Sink connector ignores tasks.max argument #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
buinauskas opened this issue Jul 24, 2023 · 2 comments
Closed

Sink connector ignores tasks.max argument #27

buinauskas opened this issue Jul 24, 2023 · 2 comments
Labels
released Issue has been released

Comments

@buinauskas
Copy link

buinauskas commented Jul 24, 2023

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.

@jruaux
Copy link
Collaborator

jruaux commented Oct 6, 2023

Thanks you for reporting this and for the fix.

@jruaux jruaux added the released Issue has been released label Oct 16, 2023
@jruaux
Copy link
Collaborator

jruaux commented Oct 16, 2023

🎉 This issue has been resolved in v0.9.0 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

No branches or pull requests

2 participants