You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/02/24 02:36:29 UTC

[GitHub] [rocketmq-externals] wlliqipeng commented on a change in pull request #515: Add README.md and Dockerfile for knative

wlliqipeng commented on a change in pull request #515: Add README.md and Dockerfile for knative
URL: https://github.com/apache/rocketmq-externals/pull/515#discussion_r383068335
 
 

 ##########
 File path: rocketmq-knative/source/README.md
 ##########
 @@ -0,0 +1,75 @@
+## RocketMQ Source
+[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/)
+
+
+## Overview
+
+RocketMQSource which is a separate Kubernetes custom resource fires a new event each time an event is published on an Apache RocketMQ Cluster.
+
+## Quick Start
+
+### build  RocketMQ Source
+
+1 Clone the project on your Kubernetes cluster master node:
+
+```
+$ git clone https://github.com/apache/rocketmq-externals
+
+$ cd rocketmq-externals/rocketmq-knative/source
+```
+
+2 Download dependent files:
+
+```
+$ go get github.com/wlliqipeng/vendor
+$ cp -r $GOPATH/src/github.com/wlliqipeng/vendor  rocketmq-externals/rocketmq-knative/source
 
 Review comment:
   Go get command will automatically create the github.com/wlliqipeng directory under $GOPATH/src

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services