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
We are running kafka connect in standalone mode. We are reading from Kafka and writing to Hdfs. But it is not saving offsets.
When I looked at logs , I can see it is reading the property 'offset.storage.file.filename'
INFO Starting FileOffsetBackingStore with file /tmp/filename (org.apache.kafka.connect.storage.FileOffsetBackingStore:59)
However, no file is getting written. Does offsets not get stored in local file if it reads from kafka?
The text was updated successfully, but these errors were encountered:
sgulati89
changed the title
Offsets not being saved in standalone mode
Kakfa Connect: Offsets not being saved in standalone mode
Jul 5, 2018
Hi Team,
We are running kafka connect in standalone mode. We are reading from Kafka and writing to Hdfs. But it is not saving offsets.
When I looked at logs , I can see it is reading the property 'offset.storage.file.filename'
INFO Starting FileOffsetBackingStore with file /tmp/filename (org.apache.kafka.connect.storage.FileOffsetBackingStore:59)
However, no file is getting written. Does offsets not get stored in local file if it reads from kafka?
The text was updated successfully, but these errors were encountered: