[
https://issues.apache.org/jira/browse/KAFKA-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263371#comment-15263371
]
ASF GitHub Bot commented on KAFKA-3578:
---------------------------------------
GitHub user Ishiihara opened a pull request:
https://github.com/apache/kafka/pull/1288
KAFKA-3578: Allow cross origin HTTP requests on all HTTP methods
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ishiihara/kafka kip-56
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1288.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 #1288
----
commit 9388198b492656265bcff494401af73779fe446a
Author: Liquan Pei <[email protected]>
Date: 2016-04-28T23:54:15Z
Allow specifying allowed cross origin methods
commit 9ab79910162708713c60d42e6a09e5ed6260dd6d
Author: Liquan Pei <[email protected]>
Date: 2016-04-29T01:22:37Z
Add unit test for CORS allow methods
----
> Allow cross origin HTTP requests on all HTTP methods
> ----------------------------------------------------
>
> Key: KAFKA-3578
> URL: https://issues.apache.org/jira/browse/KAFKA-3578
> Project: Kafka
> Issue Type: Improvement
> Components: KafkaConnect
> Affects Versions: 0.10.0.0
> Reporter: Liquan Pei
> Assignee: Liquan Pei
> Priority: Blocker
> Fix For: 0.10.0.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Currently, Kafka Connect only allows requests from the same domain of the
> Kafka Connect cluster. To allow Kafka Connect to process requests from other
> domains, we need to allow cross origin HTTP requests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)