Pre-Submission Checklist

Type Of Change

Checklist:

Description

Added a publish function to nats module. When the function is called, the routing process tries to connect to the url (param) and tries to send the payload (param) to the subject queue (param). No libuv is used for this.

Probably a better approach is to make publisher workers (like subscriber workers) and pass payload from routing processes to publisher worker processes via shared memory. Right now I see this as an improvement and find the new function good enough, for now.

@eschmidbauer what do you think of this?

Thank you,
Stefan

P.S. Will update doc after review.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2915

Commit Summary

File Changes

(1 file)

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.