You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2019/05/21 17:32:16 UTC

[incubator-pinot] branch master updated: Fix link for KafkaConsumerFactory in PluggableStreams doc (#4226)

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

nehapawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bcfbb3  Fix link for KafkaConsumerFactory in PluggableStreams doc (#4226)
1bcfbb3 is described below

commit 1bcfbb382a87fc14cf5a079529c450627e606faa
Author: Neha Pawar <np...@linkedin.com>
AuthorDate: Tue May 21 10:32:10 2019 -0700

    Fix link for KafkaConsumerFactory in PluggableStreams doc (#4226)
---
 docs/pluggable_streams.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pluggable_streams.rst b/docs/pluggable_streams.rst
index 068379f..d3c7a11 100644
--- a/docs/pluggable_streams.rst
+++ b/docs/pluggable_streams.rst
@@ -143,4 +143,4 @@ The properties for the thresholds are as follows:
   "realtime.segment.flush.threshold.time" : "6h"
 
 
-An example of this implementation can be found in the `KafkaConsumerFactory <org.apache.pinot.core.realtime.impl.kafka.KafkaConsumerFactory>`_, which is an implementation for the kafka stream.
+An example of this implementation can be found in the `KafkaConsumerFactory <https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/realtime/impl/kafka/KafkaConsumerFactory.java>`_, which is an implementation for the kafka stream.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org