reactor/reactor-kafka

Add endOffset etc. To ReceiverPartition

garyrussell opened this issue · 1 comments

ReceiverPartition currently allows seek operations (and position()) on the consumer during partition assignment.

It would be useful to add support for other methods, such as endOffsets, beginningOffsets, etc.

@artembilan Thanks for doing this!