THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||
---|---|---|
| ||
deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete) |
Proposed Changes
AdminClient : deleteRecords()
Code Block | ||
---|---|---|
| ||
public DeleteRecordsResult deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete) public DeleteRecordsResult deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete, DeleteRecordsOptions options) |
...