Uploaded image for project: 'Apache RocketMQ'
  1. Apache RocketMQ
  2. ROCKETMQ-346

the parameter’s name in Message Class’s construction should not be plural

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • rocketmq-commons
    • None

    Description

      public Message(String topic, String tags, byte[] body)

      { this(topic, tags, "", 0, body, true); }

      “tags” is plural,but one message could only has one tag,“tags” is confusing

      Attachments

        Issue Links

          Activity

            People

              lollipop Jixiang Jin
              mark_yang Mark Yang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: