Rpcsdk
This package contains the templates of dynamic multi GenServer (aka. RequestBroker) and similaly dynamic multi queue and its crawler which has configurerable schedule to dequeue handler. We can help to implement such as RPC messaging subsystem.
Installation
If available in Hex, the package can be installed
by adding rpcsdk to your list of dependencies in mix.exs:
def deps do
[
{:rpcsdk, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rpcsdk.