fnet123 / clover
clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务server端或者client端死掉了,此时要删除该server或client端节点,发邮件通知相关人员,记录异常日志到系统日志文件和MongoDB中 3、client端接受创建job请求,将job信息创建到client服务端,并根据job时间规则运行,并将任务信息存储到MongoDB中 4、当client端job运行时候,封装执行任务信息,发送到指定客户端机器,更新client端job执行时间和状态,如不在需要继续运行…
☆195Updated 9 years ago
Alternatives and similar repositories for clover:
Users that are interested in clover are comparing it to the libraries listed below
- 【基于shiro的权限管理系统——分布式版】一个用spring、mybatis、redis和shiro开发的分布式权限管理系统☆127Updated last year
- Spring-boot 集成druid数据库连接池,Spring-boot实现druid的动态数据源,Spring-boot实现定时任务schedule,spring-boot集成mybatis☆186Updated 6 years ago
- dubbox的介绍和简单示例☆77Updated 8 years ago
- 使用dubbo注册服务,netty做服务器,springmvc提供restful接口☆244Updated 5 years ago
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆72Updated 10 years ago
- 用netty实现长连接和心跳监测的示例代码☆135Updated 6 years ago
- 基于Spring Boot + Quartz 的分布式任务调度系统☆250Updated 4 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆62Updated 8 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Updated 7 years ago
- SpringBoot敏捷微服务开发示例(服务注册中心、服务提供者、实现客户端负载均衡的消费者、声明式的Web Service客户端消费者、服务网关、 分布式配置中心、使用分布式配置的客户端)☆213Updated 7 years ago
- 封装activeMQ,支持数据库事务,使用Spring4注解方式,解决分布式事务问题本项目是对项目ActiveMQ项目优化☆97Updated 2 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆118Updated 9 years ago
- 基于Spring Boot框架,前台框架为JUI的后台框架,功能会继续添加,欢迎大家star和fork!该项目是为了大家更好地运用Spring Boot的功能,进行实战。如果没有使用过Spring Boot,也是一个学习的好项目。可以快速实现一个基于Spring Boot的…☆141Updated 6 years ago
- springboot 学习mybatis+mysql读写分离(一写多读)+事务☆125Updated 6 years ago
- 龙果开源-Mybatis代码自动生成工具☆165Updated 5 years ago
- 服务网关集成dubbox rest服务☆150Updated 2 years ago
- This is an example of automatically switching data sources for spring boot☆130Updated 7 years ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Updated 3 years ago
- Spring Cloud与Dubbo共存方案☆157Updated 7 years ago
- 一个基于Spring Boot的Storm开发手脚架,开箱即用!集成读写Kafka、写Redis、写MySQL示例。☆59Updated 6 years ago
- ⚡️ Nepxion Thunder is a distribution RPC framework based on Netty + Hessian + Kafka + ActiveMQ + Tibco + Zookeeper + Redis + Spring Web M…☆215Updated 6 months ago
- 非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中☆132Updated last year
- quartz spring结合实现动态任务管理☆139Updated 8 years ago
- activeMQ消息封装,主要解决:事务性消息、消息幂等性、异常造成的消息丢失问题 本项目不在更新,新项目请看ReliableMessageSystem: 本项目不再更新,新的版本迁移至ReliableMessageSystem 详情请看:https://g…☆126Updated 2 years ago
- 将阿里巴巴dubbo项目中改动的代码同步到dubbox中,升级spring到4.x☆69Updated 8 years ago
- 工作中积累的工具类☆85Updated 6 years ago
- shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和lay…☆91Updated 2 years ago
- java企业级底层框架,提供日志、缓存、DB访问、消息中间件、规则引擎、流程引擎、分布式事务便捷使用方法, 我们不重复造轮子,我们只是开源世界的搬运工。☆134Updated last month
- 分布式锁的简单实现☆106Updated 7 years ago
- 根据实际项目的需求,实现一个适合由单应用扩展到多应用的架构。在项目的最初设定就是一个适合多模块扩展的架构,最初是单应用架构,以包区分模块。当项目需求增大的时候,会先实现多机部署,接下来进行项目拆分,进行集群部署。每个阶段都会整合一个架构,提供对应的解决方案。☆129Updated 7 years ago