Kafka - Connect
Consider this Kafka Connect source connector configuration:
What is the expected behavior when this connector starts?
{"name": "file-source", "connector.class": "FileStreamSource", "tasks.max": "1", "file": "/var/log/app.log", "topics": "app-logs"}What is the expected behavior when this connector starts?
