remap()
will replace existing namespaces with new ones based on the provided configuration.
remap({"ns_map": {"foo":"bar"}})
message in
{
"namespace": "foo",
{
"_id": 0,
"name": "transporter",
"type": "function",
"count": 10
}
}
config
remap({"ns_map": {"foo":"bar"}})
message out
{
"namespace": "bar",
{
"_id": 0,
"name": "transporter",
"type": "function",
"count": 10
}
}