[#5] 컨슈머 코드 마이그레이션 #6
@ -0,0 +1,6 @@
|
||||
package com.sangdol.consumer.infrastructure.kafka.consumer;
|
||||
|
||||
import java.util.concurrent.ExecutorService;
|
||||
|
||||
public record ConsumerPool(ExecutorService executorService, int poolSize) {
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user