[#5] 컨슈머 코드 마이그레이션 #6

Merged
pricelees merged 9 commits from feature/#5 into main 2025-06-27 05:43:39 +00:00
Showing only changes of commit 26f39596f0 - Show all commits

View File

@ -0,0 +1,6 @@
package com.sangdol.consumer.infrastructure.kafka.consumer;
import java.util.concurrent.ExecutorService;
public record ConsumerPool(ExecutorService executorService, int poolSize) {
}