-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added init parameter and validation of topics
- Loading branch information
1 parent
20c7f4c
commit ce53858
Showing
7 changed files
with
89 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
export const GC_PUBSUB_DEFAULT_TOPIC = 'default_topic'; | ||
export const GC_PUBSUB_DEFAULT_REPLY_TOPIC = 'default_reply_topic'; | ||
export const GC_PUBSUB_DEFAULT_SUBSCRIPTION = 'default_subscription'; | ||
export const GC_PUBSUB_DEFAULT_REPLY_SUBSCRIPTION = | ||
'default_reply_subscription'; | ||
export const GC_PUBSUB_DEFAULT_PUBLISHER_CONFIG = {}; | ||
export const GC_PUBSUB_DEFAULT_SUBSCRIBER_CONFIG = {}; | ||
export const GC_PUBSUB_DEFAULT_CLIENT_CONFIG = {}; | ||
export const GC_PUBSUB_DEFAULT_NO_ACK = true; | ||
export const GC_PUBSUB_DEFAULT_INIT = true; | ||
export const ALREADY_EXISTS = 6; |
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