DespairYoke / netty
Netty 4 的一些技术栈示例代码。主要包括入门的demo,心跳机制,粘包拆包,Http服务器实现,NettyClient 重连机制,Netty模仿dubbo实现RPC,Netty搭建自己的redis服务器。
☆38Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for netty
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习☆62Updated 6 months ago
- 干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码☆134Updated 5 years ago
- 简单netty轮子☆22Updated 3 years ago
- 基于SpringCloudGateway 实现的网关,包含动态路由、IP黑名单、接口白名单、JWT权限认证等功能,拓展简单,易于上手。☆77Updated 5 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆51Updated 4 years ago
- springboot 使用 redis guava caffeine 缓存示例☆155Updated 2 years ago
- 一 个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Updated 7 years ago
- SpringBatch数据迁移项目(企业级)-实时更新☆113Updated 2 years ago
- 本项目研究SpringBoot+Mybatis+Druid使用多数据源的集成☆54Updated 6 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Updated 6 years ago
- 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆32Updated 2 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆61Updated 7 years ago
- ☆52Updated 11 months ago
- rabbitmq 消息100%可靠性投递的解决方案实现 ack手动确认方式☆66Updated 5 years ago
- 一个分布式限流的解决方案!☆105Updated last year
- Spring Boot技术栈示例代码,手把手快速上手教程。☆54Updated 4 years ago
- 🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监控(prometheus与grafana) 等,适合学习与快速开发使用☆84Updated 2 years ago
- NIO 编程模型 - Reactor,各版本实现☆53Updated 3 years ago
- elasticsearch java highlevel rest client demo工程☆67Updated last week
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆85Updated last year
- Netty 特性、开发学习和源码学习分析。netty-in-action是《Netty实战》笔记。netty-private-protocol是一个基于Netty私有协议协议实现。netty-practice是介绍Netty诸多特性,并通过案例讲解。netty-rpc是基于…☆26Updated 5 years ago
- 🍁spring-boot及相关知识练习,Java生态研究学习(spring ,redis,ignite,tasks,zookeeper,dubbo,mybatis,kafka,rabbitmq,webflux);前沿新技术的探索,webflux,响应式编程,kontlin…☆71Updated 5 years ago
- 基于Redis的延迟队列系统☆45Updated 7 years ago
- springboot learn thymeleaf WebSecurityConfigurerAdapter☆39Updated 2 years ago
- ☆47Updated 2 years ago
- 利用netty 写的上传和下载超大文件的demo☆86Updated 7 years ago
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆197Updated 11 months ago
- Springboot项目中使用Netty来替代传统Web容器,提升性能,简化配置☆79Updated 5 years ago
- RocketMQ基础教程;RocketMQ使用教程;SpringBoot整合RocketMQ☆30Updated 5 years ago
- 1.使用CountDownLatch实现多线程事务管理;2.配置log4j2动态日志☆27Updated 2 years ago