GitHub - ysjiang4869/code-example: Examples for Java, include: flink, kafka, kafka-stream, flink, bloom-filter, netty and so on

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Java 实用代码工具集合

本项目收集了很多Java框架、库、第三方中间件和自己编写实现的库,方便需要使用时copy代码快速上手,也可以使用时通过代码回顾API,减少在文档中搜索的麻烦。

English Description

模块列表

common

子包名 说明
codec 编码解码,加密解密
concurrent Java多线程相关
elastic ElasticSearch客户端的使用
kubernetes Kubernetes API使用
netty 使用Netty实现TCP/UDP服务端和客户端
redis.bloomfilter 布隆过滤器,基于redis和spring-data-redis
spring Spring相关的工具类或示例
utils 通用工具
zookeeper zookeeper客户端使用

flink

flink使用示例程序

kafka

kafka 使用示例程序,包括

  • producer示例
  • consumer示例:包括原生kafka,基于Spring-kafka的接口、注解的多种使用方式示例。
  • kafka-stream示例

About

Examples for Java, include: flink, kafka, kafka-stream, flink, bloom-filter, netty and so on

Topics

Resources

Readme

License

MIT license

Activity

Stars

7 stars

Watchers

2 watching

Forks

1 fork

Releases

No releases published

Languages