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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org