You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
KafkaClient#subscribe scaladoc says the following:
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.
The text was updated successfully, but these errors were encountered: