rocketmq-site
rocketmq-site copied to clipboard
no returnOrderTopicConfigToBroker config in NameServer
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
- Please describe the issue you observed: After reviewing the source code analysis of the Name Server, no configuration items related to returnOrderTopicConfigToBroker were found
Hi, and thanks for this package.
I ran into the following issue:
- with the following text:
function test {
"hello1"
"hello2"
}
- place cursor on "hello1"
diicorrectly deletes the text but leaves an empty new-line character:
function test {
}
As a consequence, pasting with p will create an extra new line:
function test {
"hello1"
"hello2"
}
I'm not sure if this PR introduces any unwanted side effects.
I ran into the following unwanted side effect: with the above examplevii selects the closing curly bracket, but it shouldn't select it.