How does this connector plugin works?
Kafka Connect AWS Lambda Sink
In docker-compose.yml file it is pulling docker images of zookeeper, kafka & kafka-connect from confluentinc repository.
Can we utilize this plugin only for connecting aws lambda as a kafka consumer with kafka cluster deployed separately on ec2 instances.
Can we consume this connector plugin without the use of kafka connect?