apache /
rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
95/100 healthLoading repository data…
PhantomThief / repository
A simple Java pool that supports customized ref counting.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple pool library for Java
Pool<MyObject> pool = ConcurrencyAwarePool.<MyObject> builder()
.destroy(MyObject::close)
.maxSize(30)
.minIdle(1)
.evaluatePeriod(ofSeconds(2))
.simpleThresholdStrategy(10, 0.8)
.build(MyObject::new);
MyResult myResult = pool.supply(myObject-> myObject.doSomething());
Selected from shared topics, language and repository description—not editorial ratings.
apache /
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
95/100 healthActiviti /
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
89/100 healthperwendel /
A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
85/100 healthdropwizard /
A damn simple library for building production-ready RESTful web services.
95/100 healthjavalin /
A simple and modern Java and Kotlin web framework
94/100 healthalibaba /
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
95/100 health