I have a question about Kafka Connect: I have a sink connector that consumes data from a Kafka topic and put in nosql database:
I want to check if I can delete fields with null values from the result event - I want to check all fields
I want to know if that is possible with simple transfomration, predicate that are available in kafka confluent,
Thank you for helping