Skip to content
#

rocketmq

Here are 4 public repositories matching this topic...

sicklife
sicklife commented Aug 11, 2020

BUG REPORT

  1. Please describe the issue you observed:

here is my code

import uuid

from rocketmq.client import Producer, Message

producer = Producer(str(uuid.uuid1()), max_message_size=1000000)

producer.set_name_server_address(".....")

producer.start()

for _ in range(1000000):
    msg = Message("test_topic")

    msg.set_body("test_mg ")

    msg.set_tags

Improve this page

Add a description, image, and links to the rocketmq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rocketmq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.