From dev-return-10332-archive-asf-public=cust-asf.ponee.io@curator.apache.org Tue Jul 16 14:47:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 349EC180684 for ; Tue, 16 Jul 2019 16:47:02 +0200 (CEST) Received: (qmail 42845 invoked by uid 500); 16 Jul 2019 14:47:01 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 42681 invoked by uid 99); 16 Jul 2019 14:47:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2019 14:47:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7E12FE2EBB for ; Tue, 16 Jul 2019 14:47:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 34EA526590 for ; Tue, 16 Jul 2019 14:47:00 +0000 (UTC) Date: Tue, 16 Jul 2019 14:47:00 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CURATOR-531) Documentation for Discovery Service Cache is Misleading MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jordan Zimmerman created CURATOR-531: ---------------------------------------- Summary: Documentation for Discovery Service Cache is Misleading Key: CURATOR-531 URL: https://issues.apache.org/jira/browse/CURATOR-531 Project: Apache Curator Issue Type: Improvement Components: Documentation Affects Versions: 4.2.0 Reporter: Jordan Zimmerman The doc here - http://curator.apache.org/curator-x-discovery/index.html - discusses {{Service Cache}} and states "If you need more than occasional querying of services you can use the ServiceCache". The problem with this documentation is that it's misleading. {{ServiceProvider}} internally creates a cache. The documentation should explicitly state that if you use {{ServiceProvider}} you don't need to do manual caching. -- This message was sent by Atlassian JIRA (v7.6.14#76016)