I am new to Kafka. I have just configured one Kafka standalone connector by referring steps from confluent doc/guide.
Job of Kafka connector is to sync data from file - test.txt. If I update anything in test.txt, it is not getting automatically pushed to topic - connect-test, whereas if i restart connector, updated messages from test.txt are getting detected and pushed to topic - connect-test.
So, my doubt is whether i have to schedule this connector to detect changes or it automatically does this job internally based on some interval.