SUPPORT-9166: add new group
This commit is contained in:
parent
0eab68de8d
commit
d08bc199e1
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue