[
https://issues.apache.org/jira/browse/BEAM-6822?focusedWorklogId=219480&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219480
]
ASF GitHub Bot logged work on BEAM-6822:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/19 17:30
Start Date: 27/Mar/19 17:30
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #8140: [BEAM-6822]
Added Kafka Kubernetes cluster config files and setup script
URL: https://github.com/apache/beam/pull/8140#discussion_r269683839
##########
File path: .test-infra/kubernetes/kafka-cluster/README.md
##########
@@ -0,0 +1,32 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+## Kafka test cluster
+
+The kubernetes config files in this directory create a Kafka cluster
+comprised of 3 Kafka replicas and 3 Zookeeper replicas. They
+expose themselves using 3 LoadBalancer services. To deploy the cluster, simply
run
+
+ sh setup-cluster.sh
+
+Before executing the script, ensure that your account has cluster-admin
+privileges, as setting RBAC cluster roles requires that.
+
+The scripts are based on [Yolean
kubernetes-kafka](https://github.com/Yolean/kubernetes-kafka)
Review comment:
+1 for mentioning this. In original repo there is apache 2.0 license which
is good for us and it seems that we can reuse this code.
@iemejia is it enough to place information about original repo in the
README.md file or should we rather place it in every license header?
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 219480)
Time Spent: 1.5h (was: 1h 20m)
> Provide scripts setting up a test-ready Kafka cluster
> -----------------------------------------------------
>
> Key: BEAM-6822
> URL: https://issues.apache.org/jira/browse/BEAM-6822
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)