fs2-kafka icon indicating copy to clipboard operation
fs2-kafka copied to clipboard

KafkaClient#subscribe scaladoc is wrong about subscribing to tail

Open cleverdeveloper opened this issue 6 years ago • 0 comments

KafkaClient#subscribe scaladoc says the following:

-1 specified start from tail (new message arriving to topic)

This is wrong as this will start reading the topic from the beginning rather than tail according to code. The message should say something like following.

TailOffset specified start from tail (new message arriving to topic)

cleverdeveloper avatar Feb 28 '19 16:02 cleverdeveloper