linkedin/parseq
Asynchronous Java made easier observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 34
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5097
- days_rel: n/a
- days_push: 401
- n_releases_24m: 0
Adoption not part of the score
1172 stars · 267 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ParSeq is a Java framework that simplifies writing asynchronous code through composable tasks. It supports parallel execution of async operations, error propagation, retries, batching, and execution tracing.
Use cases
- run multiple async IO operations in parallel in Java
- compose asynchronous tasks with error handling and retries
- batch asynchronous requests to reduce overhead
- trace and visualize async task execution
- write non-blocking server-side Java code
When to choose
- building JVM backend services with heavy async IO
- you need task composition, batching, and tracing in one framework
- you want structured error propagation for async pipelines
When to avoid
- you prefer CompletableFuture or Kotlin coroutines built into modern Java
- you need a non-JVM language
- your workload is simple synchronous code
Facets
framework · maturity maintenance
concurrency web-framework http-client tracing middleware backend developer-tools microservices performance jvm cross-platform asynchronous-programming task-composition non-blocking-io java-concurrency linkedin
1 source
- readme: https://github.com/linkedin/parseq · fetched 2026-08-28 · 3cc16bf7c8a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| linkedin/parseq | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem