[
https://issues.apache.org/jira/browse/STORM-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261468#comment-15261468
]
ASF GitHub Bot commented on STORM-1736:
---------------------------------------
GitHub user harshach opened a pull request:
https://github.com/apache/storm/pull/1376
STORM-1736. Change KafkaTestBroker.buildKafkaConfig to new KafkaConfig api.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/harshach/incubator-storm STORM-1736
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1376.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1376
----
commit 68bdcc53d5ea88e6ee84bcea3a0aa5fcfe0979d5
Author: Sriharsha Chintalapani <[email protected]>
Date: 2016-04-28T02:50:28Z
STORM-1736. Change KafkaTestBroker.buildKafkaConfig to new KafkaConfig api.
----
> Change KafkaTestBroker.buildKafkaConfig to new KafkaConfig api.
> ---------------------------------------------------------------
>
> Key: STORM-1736
> URL: https://issues.apache.org/jira/browse/STORM-1736
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Sriharsha Chintalapani
> Assignee: Sriharsha Chintalapani
>
> 1.x-branch failing with following error
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> (default-testCompile) on project storm-kafka: Compilation failure
> [ERROR]
> /Users/harsha/code/harshach/incubator-storm/external/storm-kafka/src/test/org/apache/storm/kafka/KafkaTestBroker.java:[70,16]
> constructor KafkaConfig in class kafka.server.KafkaConfig cannot be applied
> to given types;
> [ERROR] required: java.util.Map<?,?>,boolean
> [ERROR] found: java.util.Properties
> [ERROR] reason: actual and formal argument lists differ in length
> [ERROR] -> [Help 1]
> [ERROR]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)