From 150aff6805eaa1b23a72bad7b01b89cee72ea6cf Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 24 Jun 2021 17:10:28 +0200 Subject: Implement dryrun in FeedClient, use it from CLI and Hadoop feeder --- vespa-feed-client/abi-spec.json | 1 + 1 file changed, 1 insertion(+) (limited to 'vespa-feed-client/abi-spec.json') diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json index 70cb4c3f09f..d794fcf851a 100644 --- a/vespa-feed-client/abi-spec.json +++ b/vespa-feed-client/abi-spec.json @@ -175,6 +175,7 @@ "public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.nio.file.Path, java.nio.file.Path)", "public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.util.Collection, java.security.PrivateKey)", "public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.security.cert.X509Certificate, java.security.PrivateKey)", + "public ai.vespa.feed.client.FeedClientBuilder setDryrun(boolean)", "public ai.vespa.feed.client.FeedClientBuilder setCaCertificatesFile(java.nio.file.Path)", "public ai.vespa.feed.client.FeedClientBuilder setCaCertificates(java.util.Collection)", "public ai.vespa.feed.client.FeedClient build()" -- cgit v1.2.3