Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Team:Telescope and Site
-
Urgent?:No
Description
This bug showed up when trying the Kafka version of salobj. The showConfig commands should encode the configSchema field as a string instead of passing the bare bytes array returned by the subprocess. Consider using .decode("latin-1", "replace"), like the SAL log handler, to work around DDS's poor handling of utf-8.
This presumably works because it uses automatic casting. Let that continue. If we find cases that the automatic casting cannot handle then revisit this.