The serde.cbor.topicName has no default value set in code. This produces errors in ui when selecting CBOR as value format. The error reads cbor encoding not configured for topic: topic-name. Appropriate fix is to add regex matching all characters (that is even mentioned in comments as the default).
I have also another question, why the msgpack config uses topicNames as array and CBOR topicName as a single value?
The serde.cbor.topicName has no default value set in code. This produces errors in ui when selecting CBOR as value format. The error reads
cbor encoding not configured for topic: topic-name. Appropriate fix is to add regex matching all characters (that is even mentioned in comments as the default).I have also another question, why the msgpack config uses topicNames as array and CBOR topicName as a single value?