This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new bf1fad9 Fix typos in docs (#322)
bf1fad9 is described below
commit bf1fad9537c8a5b30305fce945c3eff78939f4de
Author: James Dubee <[email protected]>
AuthorDate: Thu Mar 7 08:35:15 2019 -0500
Fix typos in docs (#322)
* Fix typos in docs
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8a892b9..c3cf3a8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
This project is an OpenWhisk package that allows you to communicate with Kafka
or IBM Message Hub instances for publishing and consuming messages using native
high performance Kafka API.
-OpenWhisk is a cloud-first distributed event-based programming service and
represents an event-action platform that allows you to execute code in response
to an event. These events can come from many different sources, such as Object
Storage, direct HTTP, Cloudant database, etc. One of the popular event sources
is Message Hub and Kafka, both of which can also be used as an effective
instriment to publish events from OpenWhisk to the rest of the world and allow
for highly scalable and per [...]
+OpenWhisk is a cloud-first distributed event-based programming service and
represents an event-action platform that allows you to execute code in response
to an event. These events can come from many different sources, such as Object
Storage, direct HTTP, Cloudant database, etc. One of the popular event sources
is Message Hub and Kafka, both of which can also be used as an effective
instrument to publish events from OpenWhisk to the rest of the world and allow
for highly scalable and per [...]
## Using the Messaging package
This package allows you to create triggers that react when messages are posted
to either an [IBM Message
Hub](https://developer.ibm.com/messaging/message-hub/) instance, or to a
generic Kafka instance. Since the parameters required for each of these
situations are different, there are two separate feeds to handle them:
`/messaging/messageHubFeed` and `messaging/kafkaFeed`.