awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bennidi avatar

bennidi/mbassador

0
View on GitHub↗
975 stars·149 forks·Java·MIT·3 views

Mbassador

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven

Features

  • Microservices and Messaging - Lightweight message bus for event-driven architectures.

Star history

Star history chart for bennidi/mbassadorStar history chart for bennidi/mbassador

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mbassador

Similar open-source projects, ranked by how many features they share with Mbassador.
  • apache/activemqapache avatar

    apache/activemq

    2,435View on GitHub↗

    Apache ActiveMQ

    Java
    View on GitHub↗2,435
  • grpc/grpc-javagrpc avatar

    grpc/grpc-java

    12,032View on GitHub↗

    gRPC Java is a library for building distributed systems that enables client and server applications to interact through remote procedure calls. It uses protocol buffers to define service interfaces and exchange structured data, providing a framework for connecting microservices across different environments. The framework utilizes an asynchronous networking foundation to manage concurrent connections and relies on a multiplexed binary protocol to facilitate efficient data exchange. It supports pluggable transport interceptors, allowing for the injection of custom logic into the request-respon

    Javagrpcjavamicroservices
    View on GitHub↗12,032
  • line/armerialine avatar

    line/armeria

    5,115View on GitHub↗

    Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions as a multi-protocol RPC server capable of exposing gRPC, Thrift, and REST services on a single unified port. The project is distinguished by its ability to run diverse communication protocols simultaneously and its integrated RPC debugging web console, which allows for the discovery and invocation of remote procedure calls via JSON. It also includes a gRPC to JSON transcoder to enable web client compatibility with Protobuf services. The framework provides a comprehensive sui

    Java
    View on GitHub↗5,115
  • netflix/eurekaNetflix avatar

    Netflix/eureka

    12,712View on GitHub↗

    Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a distributed service registry where instances record their network locations and health status to enable dynamic communication without the use of hardcoded addresses. The system functions as a client-side load balancing framework, providing location data to consumers so they can distribute network traffic across available instances. It employs a heartbeat-based health monitor to track instance availability and automatically removes unresponsive nodes from the registry to manage

    Java
    View on GitHub↗12,712
See all 6 alternatives to Mbassador→

Frequently asked questions

What does bennidi/mbassador do?

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven

What are the main features of bennidi/mbassador?

The main features of bennidi/mbassador are: Microservices and Messaging.

What are some open-source alternatives to bennidi/mbassador?

Open-source alternatives to bennidi/mbassador include: apache/activemq — Apache ActiveMQ. grpc/grpc-java — gRPC Java is a library for building distributed systems that enables client and server applications to interact… line/armeria — Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions… netflix/eureka — Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a… protocolbuffers/protobuf — Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a… xetorthio/rmq.