rob3000 / nestjs-kafka

NestJS integration with KafkaJS
The Unlicense
130 stars 44 forks source link

Feature: Allow seek by timestamp. #13

Open rob3000 opened 3 years ago

rob3000 commented 3 years ago

KafkaJS allows seeking to a topic's offset via timestamp: https://kafka.js.org/docs/admin#fetch-topic-offsets-by-timestamp This would be great addition to the seek options: https://github.com/rob3000/nestjs-kafka/blob/master/src/kafka.service.ts#L207

rob3000 commented 3 years ago

Feature added to master.