I have examined confluent kafka stream wordcount and anomaly detection example. In these example result is written to a topic. Instead of this How can I save the result iinto remote database via REST or anything easily and fastly. Are there any structure in confluent platform
Code example: // instead of code, send remote database
wordCounts.toStream().to("streams-wordcount-output", Produced.with(stringSerde, longSerde));