SUPPORT-9166: add new group

This commit is contained in:
gulnaz 2025-05-13 12:45:32 +03:00
parent 0eab68de8d
commit d08bc199e1
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ public class FailedAuthListener {
this.failedAuthService = failedAuthService;
}
@KafkaListener(id = "${kafka.session.group.id}", topics = "${kafka.sso.auth.events.response}")
@KafkaListener(id = "${kafka.auth.events.group.id}", topics = "${kafka.sso.auth.events.response}")
public void listenFailedAuthEvent(String kafkaMessage) {
AuthEventResponse response;