aicoolies logo
Armeria logo
Armeria logo

Armeria

Versatile microservice framework for any protocol

open-sourceopen sourceupdated Apr 21, 2026
Visit Website →
Share

Armeria is an open-source microservice framework from the creator of Netty at LINE Corporation that supports gRPC, Thrift, REST, and GraphQL on a single server and port. It provides built-in decorators for metrics, distributed tracing, load balancing, authentication, rate limiting, circuit breakers, and automatic retries. The framework integrates seamlessly with Spring Boot, Dropwizard, and Reactive Streams while serving automated API documentation with interactive request testing.

Armeria is a battle-tested microservice framework created by Trustin Lee, the original author of Netty, and maintained by engineers at LINE Corporation. It uniquely supports serving gRPC, Thrift, REST, and GraphQL endpoints on a single server instance sharing the same port, with or without TLS. This multi-protocol capability eliminates the need for separate server processes or reverse proxies when a service needs to expose different API styles to different consumers.

Cross-cutting concerns that typically require custom middleware in other frameworks are handled through Armeria's decorator system. Metrics collection, distributed tracing via Zipkin or Brave, client-side load balancing, authentication, rate limiting, circuit breaking, and automatic retries are all available as composable decorators that can be layered onto any service or client. The framework also auto-generates interactive API documentation with sample payloads, enabling ad-hoc testing of gRPC and Thrift endpoints directly from a browser.

Armeria integrates cleanly with Spring Boot and Dropwizard, allowing teams to adopt it incrementally by serving gRPC traffic through Armeria while leaving REST endpoints to the existing framework. Built on top of Netty's event-driven architecture, it delivers high throughput and low latency even under heavy concurrent load. The framework supports Kotlin coroutines and Reactive Streams for modern asynchronous programming patterns, making it a strong choice for teams building polyglot microservice architectures at scale.

Pricing

Free and open source under Apache 2.0

Platforms

Java/Kotlin library, JVM-based

Categories

Tags

Use Cases

Alternatives

Related Tools

MCP Context Forge logo

MCP Context Forge

IBM-backed ContextForge gateway for federating MCP, A2A, REST, and gRPC APIs

MCP Context Forge is IBM’s Apache-2.0 ContextForge project for operating a gateway, registry, and proxy across MCP servers, A2A agents, REST APIs, and gRPC services. It centralizes discovery, authentication, policy controls, federation, and observability, with deployment paths through PyPI, Docker, and Kubernetes.

open-sourceOpen Source
Mergify logo

Mergify

Merge queue, CI insights, flaky-test controls, and stacked pull requests for GitHub teams

Mergify is a pull request automation platform that keeps main branches green with merge queue batching, merge protections, CI Insights, flaky-test detection, and stacked pull requests. Its Stacks workflow turns commits on one local branch into focused PR chains, helping teams review large AI-generated or feature-heavy changes without losing queue safety.

freemium
Terrateam logo

Terrateam

Open-source GitOps automation for Terraform and OpenTofu pull requests

Terrateam is open-source GitOps infrastructure orchestration for Terraform and OpenTofu pull requests. It automates plans and applies in GitHub workflows, supports monorepos and many workspaces, and adds apply-only locks, OPA/Rego policy checks, cost and drift signals, and approval controls without forcing teams into a separate IaC platform.

freemiumOpen Source
Digger logo

Digger

Open-source IaC orchestration that runs Terraform plans and applies from pull request comments

Digger is an open-source infrastructure-as-code orchestration tool for running Terraform and OpenTofu plan/apply workflows from pull request comments. It uses the team’s existing VCS and CI runners instead of adding a separate runner fleet, supports GitHub, GitLab, and Azure DevOps style workflows, and stores PR-level locks and plan cache in the user’s cloud account.

open-sourceOpen SourceTelemetry
KubeAI logo

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

kubectl-ai

Google’s open-source Kubernetes assistant that translates natural-language intent into precise cluster operations.

kubectl-ai is an AI-powered Kubernetes assistant from Google Cloud Platform. It acts as an intelligent interface for cluster work, translating operator intent into Kubernetes commands and workflows. The key distinction from reactive diagnosis tools is that kubectl-ai is designed as an interactive natural-language interface for planning and executing Kubernetes operations, with provider configuration and MCP-oriented workflows around the CLI.

open-sourceOpen SourceTelemetry