Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yahoo/pulsar into Consume…
Browse files Browse the repository at this point in the history
…rStatsJavaClient
  • Loading branch information
Jai ASher committed Mar 22, 2017
2 parents 9bddb66 + dd7de4d commit f5769e6
Show file tree
Hide file tree
Showing 14 changed files with 4,362 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public ConsumerConfiguration setReceiverQueueSize(int receiverQueueSize);

Creates a Producer (TODO javadocs) with PulsarClient and publish 10 messages.
```java
ProducerConfiguration = config = new ProducerConfiguration();
ProducerConfiguration config = new ProducerConfiguration();
Producer producer = pulsarClient.createProducer(
"persistent://my-property/us-w/my-ns/my-topic", config);
// publish 10 messages to the topic
Expand Down
2 changes: 2 additions & 0 deletions docs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
- [Apache Storm adaptor](PulsarStorm.md)
* Internal Docs
- [Binary protocol specification](BinaryProtocol.md)
* Other Languages
- [Japanese](locale/ja/Documentation.md)
Loading

0 comments on commit f5769e6

Please sign in to comment.