awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesServer-Side Message Filtering

Mechanisms for evaluating expressions or tags on the broker to deliver only specific messages to matching consumers.

Distinct from Message Routing: Candidates focus on UI alerts or notification groupings, not broker-level message filtering.

Explore 5 awesome GitHub repositories matching networking & communication · Server-Side Message Filtering. Refine with filters or upvote what's useful.

Awesome Server-Side Message Filtering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/incubator-rocketmqAvatar de apache

    apache/incubator-rocketmq

    22,461Ver en GitHub↗

    RocketMQ is a distributed messaging and streaming platform designed for building event-driven applications. It serves as middleware to decouple services using publish-subscribe and request-reply patterns, and functions as a transactional messaging system that ensures atomicity by linking message delivery to local transaction outcomes. The platform includes specialized capabilities as a Kubernetes-native message broker for container orchestration environments and an MQTT broker for ingesting event data from mobile applications and hardware terminals. The system covers high-throughput data str

    Filters specific messages using expressions or tags to deliver only relevant data to intended consumers.

    Java
    Ver en GitHub↗22,461
  • atech/postalAvatar de atech

    atech/postal

    16,606Ver en GitHub↗

    Postal is an open-source email infrastructure and self-hosted delivery platform. It functions as an SMTP mail server and inbound email gateway, providing the tools necessary to send and receive email through a privately managed infrastructure. The system manages SMTP infrastructure for outgoing message delivery and provides capabilities for custom email receiving. It allows for the routing of incoming external emails to internal applications or websites for automated processing. The platform includes support for multi-tenant domain mapping, event-driven webhook notifications, and plugin-base

    Provides programmable filters for incoming mail to block spam or route messages to specific endpoints.

    Ruby
    Ver en GitHub↗16,606
  • zeromq/libzmqAvatar de zeromq

    zeromq/libzmq

    10,902Ver en GitHub↗

    libzmq is a C++ based asynchronous messaging engine and networking core designed for routing non-blocking messages between distributed nodes. It functions as a distributed message queue that implements the ZMTP wire-format framing protocol to standardize how data moves across different network transport layers. The library provides a multi-transport abstraction that allows a single interface to route data across TCP, IPC, and in-process memory. It incorporates a cryptographic layer to encrypt and authenticate transmissions between nodes and employs topology-based messaging patterns, such as p

    Implements broker-level filtering so receivers only process messages matching defined subscription criteria.

    C++concurrencylibzmqmessaging
    Ver en GitHub↗10,902
  • foxcpp/maddyAvatar de foxcpp

    foxcpp/maddy

    5,853Ver en GitHub↗

    Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in

    Contacts a rspamd server over HTTP to evaluate incoming messages and apply spam-filtering decisions.

    Godkimdmarcemail
    Ver en GitHub↗5,853
  • redpanda-data/consoleAvatar de redpanda-data

    redpanda-data/console

    4,292Ver en GitHub↗

    Console es una herramienta de gestión basada en web para monitorear y administrar clústeres de Kafka. Proporciona una interfaz gráfica para gestionar temas, grupos de consumidores y flujos de datos en tiempo real. El proyecto incluye gestores dedicados para Kafka Connect y el Schema Registry, permitiendo el despliegue de conectores de datos y la gobernanza de esquemas de datos. Cuenta con un panel de control del clúster para realizar un seguimiento de la salud de los brokers, el uso de almacenamiento y el estado del rack, junto con una interfaz para el control de acceso basado en roles y la inspección de registros de auditoría. La plataforma cubre la navegación y filtrado de datos, la coordinación de grupos de consumidores y la construcción de tuberías de datos. También admite el monitoreo de tareas de transformación de datos y la gestión de permisos de usuario a través de un motor de políticas centralizado.

    Implements server-side filtering to search for specific records using text queries or partition offsets.

    TypeScriptapache-kafkadataopsgo
    Ver en GitHub↗4,292
  1. Home
  2. Networking & Communication
  3. Server-Side Message Filtering

Explorar subetiquetas

  • Rspamd IntegrationsContacts a rspamd server over HTTP to evaluate incoming messages and apply spam-filtering decisions. **Distinct from Server-Side Message Filtering:** Distinct from Server-Side Message Filtering: covers integration with the rspamd spam filter specifically, not general server-side filtering.