You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/08/30 23:47:46 UTC

[pulsar] 01/01: [docs] Removed Java only warning for compacted read flag

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch merlimat-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit a59da56ed4af666d2e66866837ceb066294b1122
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Fri Aug 30 16:47:36 2019 -0700

    [docs] Removed Java only warning for compacted read flag
---
 site2/docs/cookbooks-compaction.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/site2/docs/cookbooks-compaction.md b/site2/docs/cookbooks-compaction.md
index 006c08f..6010f16 100644
--- a/site2/docs/cookbooks-compaction.md
+++ b/site2/docs/cookbooks-compaction.md
@@ -74,15 +74,10 @@ $ bin/pulsar compact-topic \
 
 How often you [trigger compaction](#trigger) will vary widely based on the use case. If you want a compacted topic to be extremely speedy on read, then you should run compaction fairly frequently.
 
-## Consumer configuration {#config}
+## Consumer configuration
 
 Pulsar consumers and readers need to be configured to read from compacted topics. The sections below show you how to enable compacted topic reads for Pulsar's language clients. If the
 
-
-> #### Java only
-> Currently, only [Java](#java) clients can consume messages from compacted topics.
-
-
 ### Java
 
 In order to read from a compacted topic using a Java consumer, the `readCompacted` parameter must be set to `true`. Here's an example consumer for a compacted topic: