Zenseact

3 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 01/07/2021
Posts: 9
Configuration of allowed interfaces in Admin Console

Hi,

Couldn't find any documentation on how to configure the allowed interfaces to use for Admin Console (XML e.g.). Anyone who knows how to do that or can point to any docs about this?

The reasons for us wanting to do that is to reduce the performance impact of sending multiple times since there will be many paths possible to the node where we will be running the Admin Console application.

BR,

Christian

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 01/07/2021
Posts: 9
ERROR: Failed to set default unicast entryports

We get this error intermittently and when it happens the writer in the reporting process fails to discover the corresponding reader:

DDS_DomainParticipantPresentation_update_participant_locatorsI:ERROR: Failed to set default unicast entryports
COMMENDFacade_updateEntryPorts:!create entryport

Both the readers and writers are running in different docker containers (with --network=host) deployed on either the same of different nodes.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 01/07/2021
Posts: 9
Write overhead when no subscribers attached

Hi,

When profiling our DDS application it seems like a write call will lead to that serialization is performed even in the case when no-one is subscribing to the topic. Is that observation correct? And if so, is there any way around this so that we can reduce the overhead related to write calls on unsubscribed topics.

Our use case is for logging of pretty big data types which by default is disabled but for troubleshooting purposes we want to be able to turn it on at runtime.

BR,

Christian

Organization:
Keywords:
Subscribe to RSS - Zenseact