Skip to content

Commit

Permalink
deshacer grorupId
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanSerkovich committed Jun 18, 2024
1 parent 0167b7d commit 2018751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class JmsListenerAdapter {
private final HojaDeVida hojaDeVida;
private final HojaDeVidaMapper mapper;

@KafkaListener(topics = "hojaDeVidaListenerTopic", groupId = "resumeGroup3")
@KafkaListener(topics = "hojaDeVidaListenerTopic", groupId = "resumeGroup2")
public void receptorHojaDevida(String mensajeJson) {
ObjectMapper objectMapper = new ObjectMapper();
try {
Expand Down

0 comments on commit 2018751

Please sign in to comment.