-
Notifications
You must be signed in to change notification settings - Fork 901
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
Added a delete records api #1710
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
863a1e8
Added a delete records api
PratRanj07 93fc6c3
Corrected semaphore errors
PratRanj07 7336986
Corrected another semaphore errors
PratRanj07 4417733
Corrected yet another semaphore errors
PratRanj07 f7952b6
Corrected more semaphore errors
PratRanj07 6293a56
Minor changes
PratRanj07 b4a1f08
Whitespace error
PratRanj07 900540e
Requested changes
PratRanj07 49ced95
Whitespace error
PratRanj07 5e67ea3
Minor changes
PratRanj07 684efd8
Requested changes
PratRanj07 f0626ff
Whitespace error
PratRanj07 60b8feb
Error handling change in example
PratRanj07 654e069
Minor change in error handling example
PratRanj07 86ae277
Requested Changes
PratRanj07 5afe007
semaphore errors corrected
PratRanj07 d7f37db
Update examples/adminapi.py
PratRanj07 5e4cd7d
Update examples/adminapi.py
PratRanj07 50443bc
Update src/confluent_kafka/_model/__init__.py
PratRanj07 bd64ea6
Update src/confluent_kafka/admin/__init__.py
PratRanj07 fddaa6a
Update src/confluent_kafka/admin/__init__.py
PratRanj07 58ac04c
Update src/confluent_kafka/src/Admin.c
PratRanj07 9ba4168
Update src/confluent_kafka/src/Admin.c
PratRanj07 8f7f2a6
Update src/confluent_kafka/admin/__init__.py
PratRanj07 9f3152d
Update src/confluent_kafka/__init__.py
PratRanj07 e176626
Update src/confluent_kafka/src/Admin.c
PratRanj07 fb202c8
Update src/confluent_kafka/src/Admin.c
PratRanj07 766aa16
Merge branch 'master' into deleterecords
PratRanj07 e240e2f
requested changes
PratRanj07 cd5cfac
semaphore errors
PratRanj07 e46e3d6
iformatting errors
PratRanj07 1366b2d
small change
PratRanj07 8ed70cb
small change
PratRanj07 dc1e05c
requested changes
PratRanj07 8483b12
indentation errors
PratRanj07 293a050
indentation errors
PratRanj07 fba0f7b
Requested changes
PratRanj07 cdd3ae4
changelog changes
PratRanj07 e3b5b96
indentation
PratRanj07 9f5dcde
requested changes
PratRanj07 227cb0f
requested changes
PratRanj07 e359c0f
indentation errors
PratRanj07 d93162a
minor change
PratRanj07 d965435
Merge branch 'master' into deleterecords
pranavrth 8172ca8
PR Comments
pranavrth 60a4258
Added new test suggested in the PR
pranavrth 65b3417
Fixed a memory leak in ListOffsets Result
pranavrth 3f1a7f3
PR comments
pranavrth e1f484d
PR comments related to documentation
pranavrth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Add
DeletedRecords
toindex.rst
afterConsumerGroupDescription
and