You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ _Libraries that provide external configuration._
270
270
-[Configurate](https://github.com/SpongePowered/Configurate) - Configuration library with support for various configuration formats and transformations.
271
271
-[Curator Framework](https://curator.apache.org/) - High-level API for Apache ZooKeeper.
272
272
-[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.
274
274
-[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.
275
275
-[ini4j](http://ini4j.sourceforge.net) - Provides an API for handling Windows' INI files.
276
276
-[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._
706
706
-[Apache RocketMQ](https://rocketmq.apache.org) - Fast, reliable, and scalable distributed messaging platform.
707
707
-[Apache Qpid](https://qpid.apache.org) - Apache Qpid makes messaging tools that speak AMQP and support many languages and platforms.
708
708
-[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.
0 commit comments