rocketmq-site icon indicating copy to clipboard operation
rocketmq-site copied to clipboard

no returnOrderTopicConfigToBroker config in NameServer

Open liuxiaokang-git opened this issue 2 years ago • 0 comments

The issue tracker is ONLY used for bug report and feature request.

Any question or RocketMQ proposal please use our mailing lists.

BUG REPORT

  1. Please describe the issue you observed: After reviewing the source code analysis of the Name Server, no configuration items related to returnOrderTopicConfigToBroker were found

liuxiaokang-git avatar Apr 04 '23 09:04 liuxiaokang-git

Hi, and thanks for this package.

I ran into the following issue:

  • with the following text:
function test {
  "hello1"
  "hello2"
}
  • place cursor on "hello1"
  • dii correctly 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.

edkolev avatar Jul 18 '17 07:07 edkolev

I ran into the following unwanted side effect: with the above examplevii selects the closing curly bracket, but it shouldn't select it.

edkolev avatar Jul 18 '17 14:07 edkolev