Skip to content

Instantly share code, notes, and snippets.

View StephenFlavin's full-sized avatar
🖖

Stephen Flavin StephenFlavin

🖖
View GitHub Profile
@StephenFlavin
StephenFlavin / ByTopicConfigHelper.java
Last active October 10, 2024 10:12
spring.kafka.topics autoconfiguration
package com.example.kafka.helper;
import com.example.kafka.domain.TopicConfig;
import com.example.kafka.domain.TopicsConfig;
import com.example.kafka.serialization.DltAwareDelegatingByTopicDeserializer;
import com.example.kafka.serialization.DltAwareDelegatingByTopicSerializer;
import java.util.Map;
import java.util.StringJoiner;
import java.util.function.Function;