Skip to content

Conversation

@jliunyu
Copy link
Contributor

@jliunyu jliunyu commented Aug 1, 2021

librdkafka supports creating topics with default
partitions and replication factor, expose this
feature to python client.

jliunyu added 2 commits July 31, 2021 17:06
librdkafka supports creating topics with default partitions and replication factor, expose this feature to python client.
@jliunyu jliunyu requested review from edenhill and mhowlett August 1, 2021 00:16
@jliunyu jliunyu linked an issue Aug 1, 2021 that may be closed by this pull request
config=["fails", "because not a dict"])])

fs = a.create_topics([NewTopic("mytopicDefault")])

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add a integration test to integration_test.py to verify that the topic is indeed created.

Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff, but also needs an integration test

@cla-assistant
Copy link

cla-assistant bot commented Aug 15, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants