Skip to content

Commit

Permalink
fix website 2.5.2 (apache#7081)
Browse files Browse the repository at this point in the history
the website for 2.5.2 is cut from branch-2.5 and outdated with wanted code. This PR build the website based on the content of 2.5.1 to make it right.
  • Loading branch information
jiazhai authored May 28, 2020
1 parent 55f7fd6 commit 4872b06
Show file tree
Hide file tree
Showing 93 changed files with 3,489 additions and 10,140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ You can configure Pulsar authentication provider directly from the Kafka propert
| [`pulsar.producer.max.pending.messages.across.partitions`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ProducerConfiguration.html#setMaxPendingMessagesAcrossPartitions-int-) | `50000` | Set the maximum number of pending messages across all the partitions. |
| [`pulsar.producer.batching.enabled`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ProducerConfiguration.html#setBatchingEnabled-boolean-) | `true` | Control whether automatic batching of messages is enabled for the producer. |
| [`pulsar.producer.batching.max.messages`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ProducerConfiguration.html#setBatchingMaxMessages-int-) | `1000` | The maximum number of messages in a batch. |
| [`pulsar.block.if.producer.queue.full`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ProducerConfiguration.html#setBlockIfQueueFull-boolean-) | | Specify the block producer if queue is full. |


### Pulsar consumer Properties
Expand Down

This file was deleted.

This file was deleted.

158 changes: 0 additions & 158 deletions site2/website/versioned_docs/version-2.5.2/administration-geo.md

This file was deleted.

Loading

0 comments on commit 4872b06

Please sign in to comment.