-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Network switch mangos to nats (#306)
* Changed pubsub communication to nats * Moved the nats server to cmd * Added a nodemon-built-in optional messaging server, dockerfile and make command * Fixed subscription to alerts * Fixes. * Add explicit connection timeout NATS for clients. * Updated telegram and discord bot flags for NATS connection. * Update docs for telegram and discord bots. * Change nodemon flags. * Update 'natsConnectionsTimeoutDefault' const. * Update 'cmd/nodemon/README.md'. * Refactor topics naming - Now topic names can be created only with special functions - Created different topics for telegram and discord bots * Run nats embedded server before messaging services start. * Fix 'RunNatsMessagingServer' func Also changed default param for embedded NATS server * Remove default 'scheme' value for 'nodemon'. * Update 'Dockerfile-messaging-server'. * Remove 'messaging-server' application and its 'Dockerfile-messaging-server'. * Added scheme validation for nodemon --------- Co-authored-by: Nikolay Eskov <mr.eskov1@yandex.ru>
- Loading branch information
Showing
18 changed files
with
541 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.