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 <npa...@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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org