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 2019/06/05 17:51:54 UTC

[GitHub] [pulsar] hapihu opened a new pull request #4483: Update concepts-messaging.md

hapihu opened a new pull request #4483: Update concepts-messaging.md
URL: https://github.com/apache/pulsar/pull/4483
 
 
   Since the  #1089,the interface 'org.apache.pulsar.client.api.PulsarClient' has supported builder for consumer and producer.
   And,int the #3272, some deprecated client API have been removed including 'public static PulsarClient create(String serviceUrl)','Consumer<byte[]> subscribe(String topic, String subscription)' and 'Producer<byte[]> createProducer(String topic)'.
   
   So, I modified the example with the current version of the interface.

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


With regards,
Apache Git Services