You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/07/26 02:00:16 UTC

[GitHub] [pulsar-dotpulsar] RobertIndie commented on issue #82: How to create a new topic by dotpulsar?

RobertIndie commented on issue #82:
URL: https://github.com/apache/pulsar-dotpulsar/issues/82#issuecomment-886314806


   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](https://pulsar.apache.org/docs/en/admin-api-topics/#create-1).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org