--

Is this the part you need to dynamic.

return new KafkaItemReaderBuilder<Long, Customer>()

.partitions(0)

.consumerProperties(props)

.name("customers-reader")

.saveState(true)

.topic("demo")

.build();

--

--

Sajith vijesekara
Sajith vijesekara

Written by Sajith vijesekara

Technical Lead. Passionate about cloud computing & web security | Freelance Mobile Developer| CKAD | AWS Community Builder 🇱🇰

Responses (1)