Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javafamily | 31,639 | 9 months ago | ||||||||
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 | ||||||||||
Technology Talk | 13,004 | 3 months ago | 10 | |||||||
汇总java生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库、项目管理、线上问题排查、个人成长、思考等知识 | ||||||||||
Springboot | 5,841 | 6 months ago | 81 | Java | ||||||
springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等 | ||||||||||
Awesome Java Books | 5,400 | 9 months ago | 8 | |||||||
Java开发者技术书籍大全 - Java入门书籍,Java基础及进阶书籍,框架与中间件,架构设计,设计模式,数学与算法,JVM周边语言,项目管理&领导力&流程,职业素养与个人成长,格局与视野,面试参考书等。 | ||||||||||
Bestjavaer | 5,146 | 2 months ago | 7 | |||||||
这是一个成为更好的Java程序员的系列教程 | ||||||||||
Jgrowing | 3,549 | 3 years ago | 19 | bsd-2-clause | Java | |||||
Java is Growing up but not only Java。Java成长路线,但学到不仅仅是Java。 | ||||||||||
Java Eight Part | 3,178 | 4 months ago | 7 | Java | ||||||
『Java八股文』Java面试套路,Java进阶学习,打破内卷拿大厂Offer,升职加薪! | ||||||||||
Scm Biz Suite | 2,121 | 10 days ago | 9 | Java | ||||||
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。 | ||||||||||
Spring Kafka | 1,904 | 1,691 | 225 | 3 days ago | 160 | September 19, 2022 | 49 | apache-2.0 | Java | |
Provides Familiar Spring Abstractions for Apache Kafka | ||||||||||
Whatsmars | 1,842 | 8 days ago | 10 | apache-2.0 | Java | |||||
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥 |
Please see our Code of conduct.
Please see our Security policy.
To check out the project and build from source, do the following:
git clone git://github.com/spring-projects/spring-kafka.git
cd spring-kafka
./gradlew build
The Java SE 7 or higher is recommended to build the project.
If you encounter out of memory errors during the build, increase available heap and permgen for Gradle:
GRADLE_OPTS='-XX:MaxPermSize=1024m -Xmx1024m'
To build and install jars into your local Maven cache:
./gradlew install
To build API Javadoc (results will be in build/api
):
./gradlew api
To build reference documentation (results will be in build/reference
):
./gradlew reference
To build complete distribution including -dist
, -docs
, and -schema
zip files (results will be in build/distributions
)
./gradlew dist
To generate Eclipse metadata (.classpath and .project files), do the following:
./gradlew eclipse
Once complete, you may then import the projects into Eclipse as usual:
File -> Import -> Existing projects into workspace
Browse to the 'spring-kafka' root directory. All projects should import free of errors.
To generate IDEA metadata (.iml and .ipr files), do the following:
./gradlew idea
For more information, please visit the Spring Kafka website at: Reference Manual
Here are some ways for you to get involved in the community:
Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team and given the ability to merge pull requests.
None of these is essential for a pull request, but they will all help. They can also be added after the original pull request but before a merge.
eclipse-code-formatter.xml
from the root of the project if you are using Eclipse)..java
files to have a simple Javadoc class comment with at least an @author
tag identifying you, and preferably at least a paragraph on what the class is for..java
files (copy from existing files in the project)@author
to the .java
files that you modify substantially (more than cosmetic changes).Use the spring-kafka
tag on Stack Overflow to ask questions; include code and configuration and clearly explain your problem, providing an MCRE if possible.
Commercial support is also available.
Spring Kafka is released under the terms of the Apache Software License Version 2.0 (see LICENSE.txt).