Skip to content

Commit 3bb7b49

Browse files
authored
Update Deezpatch project to new name: Emissary (#1172)
* Fix username * Minor description update * Update configuration libraries and messaging tools descriptions Updated the description for 'Externalized Properties' and changed 'Deezpatch' to 'Emissary' with a new description. * Refine descriptions of Externalized Properties and Emissary
1 parent 99495ee commit 3bb7b49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ _Libraries that provide external configuration._
270270
- [Configurate](https://github.com/SpongePowered/Configurate) - Configuration library with support for various configuration formats and transformations.
271271
- [Curator Framework](https://curator.apache.org/) - High-level API for Apache ZooKeeper.
272272
- [dotenv](https://github.com/shyiko/dotenv) - Twelve-factor configuration library which uses environment-specific files.
273-
- [Externalized Properties](https://github.com/joel-jeremy/externalized-properties) - Lightweight yet powerful configuration library which supports resolution of properties from external sources and an extensible post-processing/conversion mechanism.
273+
- [Externalized Properties](https://github.com/joel-jeremy/externalized-properties) - Simple, lightweight, yet powerful configuration library which supports resolution of properties from external sources such as files, databases, git repositories, and any custom sources, plus an extensible post-processing/conversion mechanism.
274274
- [Gestalt](https://github.com/gestalt-config/gestalt) - Gestalt offers a comprehensive solution to the challenges of configuration management. It allows you to source configuration data from multiple inputs, merge them intelligently, and present them in a structured, type-safe manner.
275275
- [ini4j](http://ini4j.sourceforge.net) - Provides an API for handling Windows' INI files.
276276
- [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin.
@@ -706,7 +706,7 @@ _Tools that help send messages between clients to ensure protocol independency._
706706
- [Apache RocketMQ](https://rocketmq.apache.org) - Fast, reliable, and scalable distributed messaging platform.
707707
- [Apache Qpid](https://qpid.apache.org) - Apache Qpid makes messaging tools that speak AMQP and support many languages and platforms.
708708
- [AutoMQ](https://github.com/AutoMQ/automq-for-kafka) - AutoMQ is a cloud-native, serverless reinvented Kafka that is easily scalable, manage-less and cost-effective.
709-
- [Deezpatch](https://github.com/joel-jeremy/deezpatch) - Simple, lightweight, and performant dispatch library for decoupling messages (requests and events) and message handlers.
709+
- [Emissary](https://github.com/joel-jeremy/emissary) - Simple, lightweight, yet FAST messaging library for decoupling messages (requests and events) and message handlers.
710710
- [EventBus](https://github.com/greenrobot/EventBus) - Simple publish/subscribe event bus.
711711
- [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka.
712712
- [JeroMQ](https://github.com/zeromq/jeromq) - Implementation of ZeroMQ.

0 commit comments

Comments
 (0)