-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding zenohd configuration for zenoh-flow-plugin, update ports
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
- Loading branch information
Showing
4 changed files
with
42 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// terms of the Eclipse Public License 2.0 which is available at | ||
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 | ||
// which is available at https://www.apache.org/licenses/LICENSE-2.0. | ||
// | ||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
// | ||
// Contributors: | ||
// ZettaScale Zenoh Team, <zenoh@zettascale.tech> | ||
// | ||
|
||
|
||
{ | ||
"listen":{ | ||
"endpoints":["tcp/0.0.0.0:7447"] | ||
}, | ||
"plugins_search_dirs":["/usr/lib/"], | ||
"plugins":{ | ||
"storage_manager":{ | ||
"required":true, | ||
"storages":{ | ||
"zfrpc":{ | ||
"key_expr":"zf/runtime/**", | ||
"volume": "memory" | ||
}, | ||
"zf":{ | ||
"key_expr":"zenoh-flow/**", | ||
"volume": "memory" | ||
} | ||
} | ||
}, | ||
"zenoh_flow":{ | ||
"required":true, | ||
"path":"/etc/zenoh-flow", | ||
"pid_file": "/var/zenoh-flow/runtime.pid", | ||
"extensions": "/etc/zenoh-flow/extensions.d", | ||
"worker_pool_size":4 | ||
} | ||
} | ||
} |
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