use of io.kestra.runner.kafka.configs.ClientConfig in project kestra by kestra-io.
the class AbstractInterceptor method configure.
public void configure(Map<String, ?> configs) {
ApplicationContext applicationContext = (ApplicationContext) configs.get(KafkaStreamService.APPLICATION_CONTEXT_CONFIG);
clientConfig = applicationContext.getBean(ClientConfig.class);
}
Aggregations