Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 8, 2025
1 parent 73bffd0 commit b013864
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
import java.util.Map;
import java.util.HashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* This class ensures of doing any transformation of the record received from debezium
* before actually writing that record.
*/
public class DebeziumRecordTransformer implements RecordTransformer {
private static final Logger LOGGER = LoggerFactory.getLogger(DebeziumRecordTransformer.class);

private JsonConverter jsonConverter;
public DebeziumRecordTransformer(){
Expand Down

0 comments on commit b013864

Please sign in to comment.