Annotation Interface ConditionalOnKafkaEnabled
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty("herodotus.queue.kafka.enabled")
public @interface ConditionalOnKafkaEnabled
Description: 开启传统kafka使用方式支持
- 作者:
- : gengwei.zheng
- Date:
- : 2021/8/11 20:32