The problem I have is moving data with spring cloud data flow (SCDF) through an environment to get data to the right place. the following is the situation:
- I have a productionized version of Kafka which I am only allowed to subscribe to (read Only). (3 node cluster: node1:9092,node2:9092,node3:9092)
- I have a instance of SCDF running in a Kubernetes cluster that uses a RabbitMQ backbone (all on one server)
- I have a single Node Kafka server that is being used for another company to get data (ssl protected)
When looking at the SCDF I am not seeing a way to define Kafka as a source and read to a processor (gonna be custom) and write to a different Kafka instance.