merlimat commented on a change in pull request #1832: Update topic names URL: https://github.com/apache/incubator-pulsar/pull/1832#discussion_r190031416
########## File path: site/docs/latest/adaptors/KafkaWrapper.md ########## @@ -81,7 +74,7 @@ instead of `org.apache.kafka.clients.producer.KafkaProducer` and `org.apache.kaf ```java // Topic needs to be a regular Pulsar topic -String topic = "persistent://sample/standalone/ns/my-topic"; +String topic = "persistent://public/default/my-topic"; Review comment: We could just use `my-topic` in these examples ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
