Java常用中间件(后续更新)
Java常用的中间件有:
- 消息中间件:Apache Kafka、RabbitMQ、ActiveMQ、RocketMQ。
- 分布式服务:Dubbo、Spring Cloud。
- 分布式任务调度:Elastic-Job、XXL-JOB。
- 数据访问:MyBatis、Hibernate。
- 数据库连接池:HikariCP、Druid。
- 分布式事务:Seata。
- 服务网格:Istio。
- 服务注册与发现:Zookeeper、Eureka。
- 全文搜索:Elasticsearch、Solr。
- 分布式缓存:Redis、Memcached。
- 数据库中间件:ShardingSphere、MyCAT。
- 系统监控:Prometheus、Grafana。
- 分布式锁:RedLock。
- 分布式配置中心:Apollo、Spring Cloud Config。
- 负载均衡:Nginx、OpenResty。
- 服务容错保护:Hystrix、Resilience4j。
- 分布式会话:Spring Session。
- 事件驱动:Spring Cloud Stream。
- 服务端点检查工具:Spring Boot Actuator。
更新中...
评论已关闭