Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Abstract Queue Router #394

Closed
tada5hi opened this issue May 23, 2024 · 0 comments · Fixed by #396
Closed

Feature: Abstract Queue Router #394

tada5hi opened this issue May 23, 2024 · 0 comments · Fixed by #396
Assignees

Comments

@tada5hi
Copy link
Contributor

tada5hi commented May 23, 2024

provide abstract quue router for packages

  • server-core
  • server-analysis-manager
  • server-realtime
  • server-storage
type QueueRouterPublishOptions = {
      type: 'unicast' | 'broadcast', 
      key: '', // routingKey or queueName
}
publish(message: QueueRouterMessage, options: QueueRouterPublishOptions);
consume(options: QueueRouterConsumeOptions, handler: Handler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant