Construction

Armeria – go-to microservice framework

Armeria is a microservice framework for any situation.

You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.

This is free and open source software.

Key Features

  • HTTP/2:
    • Supports HTTP/2 on both TLS and cleartext connections.
    • Supports protocol upgrade via both HTTP/2 connection preface and traditional HTTP/1 upgrade request.
    • Fully compatible with existing HTTP/1 servers.
    • Integrated PROXY protocol support for interoperability with load balancers such as HAProxy and AWS ELB.
  • Capable of running services using different protocols, all on a single port. No need for any proxies or sidecars. Enjoy the reduced complexity and points of failure, even when migrating between protocols.
  • Building microservices:
    • Metrics.
    • Circuit breaker.
    • Client-side health-check and load-balancing.
    • Service discovery from various sources such as DNS and ZooKeeper.
    • Distributed call tracing via Zipkin.
  • Headache-free RPC with documentation service – documentation service allows you to browse the complete list of services and their documentation from a web browser. You can also make a real RPC call in human friendly JSON format and share the URL of the call with your colleague.
  • Reusable components – provides various reusable components called ‘decorators’ in a clean, consistent, flexible and user-friendly API. You can also write a custom decorator if ours doesn’t work for your use case.
  • Integrate seamlessly with your favorite frameworks and languages.
  • Flexible service discovery and client-side load-balancing – provides various service discovery mechanisms, from Kubernetes-style DNS records to ZooKeeper data nodes. Send periodic or long-polling pings to exclude unhealthy endpoints autonomously. Choose the best load-balancing strategy for you — weighted round-robin, sticky-session, etc. You can even write a custom service discovery or load-balancing strategy.
  • Interactive web-based debug console.
  • Compatibility with existing Java EE web applications.

Website: armeria.dev
Support: GitHub Code Repository
Developer: LINE Corporation
License: Apache License 2.0

Armeria is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Java Web Microframeworks
Spring BootCreate Spring-powered, production-grade applications and services
JavalinSimple web framework for Java and Kotlin
KtorAsynchronous framework for creating microservices, web applications and more
QuarkusKubernetes native Java stack tailored for OpenJDK HotSpot and GraalVM
DropwizardJava framework for developing RESTful web services
SparkSimple expressive web framework for Java
RatpackSimple, capable, toolkit for creating high performance web applications
ArmeriaBuild any type of microservice leveraging your favorite technologies
JoobyModern, performant and easy to use web framework for Java and Kotlin
HelidonSet of Java libraries for writing microservices
PippoAims to be easy to use and hack
JoddSet of micro-frameworks and developer-friendly tools and utilities
RapidoidHTTP server and modern Java web framework / application container

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments