Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kafka health check #84

Merged
merged 4 commits into from
Jun 22, 2015
Merged

add kafka health check #84

merged 4 commits into from
Jun 22, 2015

Conversation

jisookim0513
Copy link
Contributor

Addresses issue #57.

@yahoocla
Copy link

CLA is valid!

@@ -0,0 +1,39 @@
package controllers
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we put this under controllers.api

override protected def beforeAll() : Unit = {
super.beforeAll()
lazy val app : FakeApplication = {
FakeApplication()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to pass in additionalConfiguration = Map("kafka-manager.zkhosts" -> kafkaServerZkPath) into FakeApplication.

patelh added a commit that referenced this pull request Jun 22, 2015
@patelh patelh merged commit a1ba206 into yahoo:master Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants