apache / apache/incubator-seata
consul script exception causes values error
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
consul script exception causes a values error
original:
transport.type=TCP
run consul-config.sh
later:
transport.type=tcp\n

@objcoding PTAL
Contributor guide
Research direction
Start with consul-config.sh and reproduce the reported configuration conversion from transport.type=TCP to transport.type=tcp\n. Trace the script's handling of the value and verify that the completed behavior preserves a valid value without the escaped newline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100