-
Notifications
You must be signed in to change notification settings - Fork 200
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
:brod.create_topics topic config? #469
Comments
Hey! Based in the errors, I managed to get it working with: [
%{
assignments: [],
configs: [],
name: "sample",
num_partitions: 1,
replication_factor: 1
}
] Here are the schemas for this request: https://github.com/kafka4beam/kafka_protocol/blob/9ee00f2efa97df23c13d12a48196bed11e183f41/src/kpro_schema.erl#L582 Which makes me think there is some documentation error, as any of the schemas use the documented names. Perhaps someone from the team knows better? If it is misdocumented, I can send a PR |
Hi.
this seem to be the old layout which should work with brod 3.15 I'm not sure if this implicit API contract is documented anywhere. |
Thanks for the quick reply folks! |
I'm a bit confused here: should we update these readme example? If yes, I can submit a PR. |
yes. we should update the readme |
Hey folks,
I've have a use case for the
create_topics
anddelete_topics
in my test cases.#348
I'm using
brod 3.16
in an Elixir context, and running the above example in the shell gives me an error:Thanks for the great work in creating
brod
👍The text was updated successfully, but these errors were encountered: