-
Notifications
You must be signed in to change notification settings - Fork 915
V1.0 deprecations #498
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
V1.0 deprecations #498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's at least one default.topic.config that wasn't changed and without a comment on why
7977e88
to
2c0e90a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also fix the history, ff to master is not helpful.
2c0e90a
to
fd45851
Compare
fdf7cf3
to
eb10d8b
Compare
examples/confluent_cloud.py
Outdated
print("Consumer error: {}".format(msg.error())) | ||
continue | ||
|
||
print('consumed: {0}'.format(msg.value())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The positional {0} is not really needed, {} is fine and more consistent with other code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Note two remaining
default.topic.config
are already handled in #440