My application require a list of Records to be published to Kafka topic based on REST API request.
Kafka Stream Binding doc I went throught the document and I cannot find an example of producer only binding.
Is it possble using KafkaStream to publish a list of items on topic without consuming anything?