apache/pulsar-dotpulsar

How to create a new topic by dotpulsar?

DrinkStar opened this issue · 1 comments

How to create a new topic by dotpulsar?

You do not need to explicitly create topics in Pulsar. If a client attempts to write or receive messages to/from a topic that does not yet exist, Pulsar creates that topic under the namespace provided in the topic name automatically.

But regarding the partitioned topic, you can create it via this command.