Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete)

Proposed Changes

AdminClient : deleteRecords()

Code Block
languagejava
public DeleteRecordsResult deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete)
public DeleteRecordsResult deleteRecords(Map<TopicPartition, RecordsToDelete> partitionsAndOffsetsrecordsToDelete, DeleteRecordsOptions options)

...