Skip to content
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

Fix default partitioner for kayrock #379

Merged
merged 1 commit into from
Nov 4, 2019

Commits on Oct 28, 2019

  1. Fix default partitioner for kayrock

    As reported on slack by @bartek - the default partitioner (really any
    partitioner) needs to know how many partitions a topic has.  In the
    Kayrock-based client, we don't automatically fetch metadata for every
    topic.  So it becomes a problem if anyone tries to produce to a topic
    that the client doesn't know about yet.
    
    This should fix that by ensuring we have topic metadata for any topic
    to which we produce.
    dantswain committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7120fa2 View commit details
    Browse the repository at this point in the history