edgexfoundry / go-mod-bootstrap

go-mod-bootstrap
Apache License 2.0
16 stars 55 forks source link

feat: CommandClient can encode MessageBus topic #716

Closed weichou1229 closed 4 months ago

weichou1229 commented 4 months ago

Add enableNameFieldEscape parameter to CommandClient to enable MessageBus topic path encoding

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-bootstrap/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

New Dependency Instructions (If applicable)

weichou1229 commented 4 months ago

This PR is based on the https://github.com/edgexfoundry/go-mod-messaging/pull/331.