BAEL-7374 - Code formatting issue

This commit is contained in:
Amol Gote 2024-02-26 07:08:41 -05:00
parent 3ba11fcdba
commit a40222a45a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class UserEventListener {
UserEventStore userEventStore;
@KafkaListener(id = Constants.LISTENER_ID, topics = Constants.MULTI_PARTITION_TOPIC, groupId = "test-group",
containerFactory = "kafkaListenerContainerFactory", autoStartup = "false")
containerFactory = "kafkaListenerContainerFactory", autoStartup = "false")
public void processUserEvent(UserEvent userEvent) {
logger.info("Received UserEvent: " + userEvent.getUserEventId());
userEventStore.addUserEvent(userEvent);