We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
某些企业对组件有规范要求,需要替换RabbitMQ,但内部目前无需求,且RabbitMQ使用广泛性能稳定,所以采用同时兼容的方案。 目标:通过修改配置项进行切换。
实现思路:Spring官方支持了Pulsar,但是需要依赖Java 17及以上。Java及框架升级事项单独作为项目去做,这次先在Java 8上基于Spring Cloud Stream实现,需要编写一些组件,可以参考devops-framework的实现: https://github.com/bkdevops-projects/devops-framework/tree/master/devops-boot-project/devops-boot-core/devops-pulsar
The text was updated successfully, but these errors were encountered:
jsonwan
liuliaozhong
No branches or pull requests
某些企业对组件有规范要求,需要替换RabbitMQ,但内部目前无需求,且RabbitMQ使用广泛性能稳定,所以采用同时兼容的方案。
目标:通过修改配置项进行切换。
实现思路:Spring官方支持了Pulsar,但是需要依赖Java 17及以上。Java及框架升级事项单独作为项目去做,这次先在Java 8上基于Spring Cloud Stream实现,需要编写一些组件,可以参考devops-framework的实现:
https://github.com/bkdevops-projects/devops-framework/tree/master/devops-boot-project/devops-boot-core/devops-pulsar
The text was updated successfully, but these errors were encountered: