While going through the apache official page
<https://kafka.apache.org/quickstart>
A text file is created as
`echo -e "foo\nbar" > test.txt`
And to use kakfa connect following command is used
`bin/connect-standalone.sh config/connect-standalone.properties config/connect-file-source.properties config/connect-file-sink.properties`
But while above command gets executed it shows a message kafka-connect stopped
