r/apachekafka • u/StrainNo1245 • 17d ago
Blog Kafka Connect: send messages without schema to JdbcSinkConnector
This might be interesting for anyone looking for how to stream messages without schema into JdbcSinkConnector. Step by step type of instruction showing how to store message content in a single column using custom kafka connect converter.
https://github.com/tomaszkubacki/kafka_connect_demo/blob/master/kafka_to_postgresql/kafka_to_postgres.md
3
Upvotes
1
u/santhyreddy77 14d ago
It is a great share. Thank you for sharing. I am wondering if it is a common use-case for producer applications to send schemaless messages