package com.demo
import org.springframework.context.annotation.Bean
// Warn: this class is referenced in META-INF/spring.binders and used by spring cloud stream to instantiate binders.
class NoOpBinderServiceConfigurer {
@Bean
fun noOpBinder() = NoOpBinder()
}
2条答案
按热度按时间33qvvth11#
您可以通过在spring引导应用程序中禁用kafka绑定来实现这一点
应用程序类
application.yml(如果使用yml)
application.properties(如果使用属性)
uelo1irk2#
即使代理不可用,应用程序也应该启动。
您可以在类路径中添加一个noop活页夹,使其成为默认活页夹或为您的绑定指定它。下面是kotlin的一些代码:
noopbinder实现类:
配置类:
//资源>meta inf>spring.binders
在配置文件application.yml中指定绑定器