You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/22 19:51:50 UTC

[GitHub] merlimat commented on a change in pull request #1832: Update topic names

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:
users@infra.apache.org


With regards,
Apache Git Services