You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by un...@apache.org on 2018/11/13 01:07:50 UTC

[incubator-pinot.wiki] branch master updated: Fix links to Pulsar/Pravega

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46561c2  Fix links to Pulsar/Pravega
46561c2 is described below

commit 46561c2c2e0efc105518bc862129b2334a0c08fb
Author: Eron Wright <er...@gmail.com>
AuthorDate: Mon Nov 12 21:07:47 2018 -0400

    Fix links to Pulsar/Pravega
---
 Pluggable-Streams-in-Realtime.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Pluggable-Streams-in-Realtime.md b/Pluggable-Streams-in-Realtime.md
index 40f9ea6..4c75f71 100644
--- a/Pluggable-Streams-in-Realtime.md
+++ b/Pluggable-Streams-in-Realtime.md
@@ -5,8 +5,8 @@ other than Kafka. (Please refer to Issue [#2583](https://github.com/linkedin/pin
 * [Amazon kinesis](https://docs.aws.amazon.com/streams/latest/dev/building-enhanced-consumers-kcl.html)
 * [Azure Event Hubs](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-java-get-started-receive-eph)
 * [LogDevice](https://code.fb.com/core-data/logdevice-a-distributed-data-store-for-logs/)
-* [Pulsar](http://pravega.io/docs/latest/javadoc/)
-* [Pravega](https://pulsar.apache.org/docs/en/client-libraries-java/)
+* [Pravega](http://pravega.io/docs/latest/javadoc/)
+* [Pulsar](https://pulsar.apache.org/docs/en/client-libraries-java/)
 
 You may encounter some limitations either in Pinot or in the stream system while developing plug-ins. Please feel free to get in touch with us when you start writing a stream plug-in, and we can help you out. We are open to receiving PRs in order to improve these abstractions if they do not work for a certain stream implementation.
 


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