Posts by Daniel Christofolli • 1 point
1 post
-
-1
votes1
answer184
viewsQ: How to convert a received JSON into my Spring Kafka Consumer into an entity ready to be saved in the bank?
Good afternoon! I need to consume Jsons from Kafka topics and convert to entities, and so be able to save in the database, Postgres, in case Configuration of the Consumer: @Configuration…