[
https://issues.apache.org/jira/browse/STORM-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032990#comment-15032990
]
ASF GitHub Bot commented on STORM-1357:
---------------------------------------
GitHub user haohui opened a pull request:
https://github.com/apache/storm/pull/906
STORM-1357. Support writing to Kafka streams in Storm SQL.
This PR adds supports to stream the results from Storm SQL to
`KafkaProducer`.
It contains two main components:
* Allow plugging in producer config in `CREATE TABLE`.
* Add serializers for primitive SQL fields.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haohui/storm STORM-1357
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/906.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 #906
----
commit 34c484b1ed9e4300a1d98256c1283511e70b62f2
Author: Xin Wang <[email protected]>
Date: 2015-09-18T05:58:06Z
use new kafka producer api
commit d054dfd2f5b76c14aa752cff2cb9a23c0070701e
Author: Xin Wang <[email protected]>
Date: 2015-09-18T06:05:21Z
use new kafka producer configs
commit d71fe3506264be385675c5ae8dd0ba4ac2e23ab6
Author: Xin Wang <[email protected]>
Date: 2015-11-05T03:27:30Z
update TestUtils kafka configs
commit 15dec2ec1901d46116c37e114909306a3b79fd85
Author: Xin Wang <[email protected]>
Date: 2015-09-18T07:19:44Z
correct storm-kafka readme file
correct readme file: link & configs
commit 02a19ca8ed82b860fc3e869c88a608b90ce9d790
Author: Haohui Mai <[email protected]>
Date: 2015-11-25T19:30:22Z
STORM-1352. Trident should support writing to multiple Kafka clusters.
commit a74f421995e83d3ac241dd674723776f434743f8
Author: Haohui Mai <[email protected]>
Date: 2015-12-01T02:58:29Z
STORM-1357. Support writing to Kafka streams in Storm SQL.
----
> Support writing to Kafka streams in Storm SQL
> ---------------------------------------------
>
> Key: STORM-1357
> URL: https://issues.apache.org/jira/browse/STORM-1357
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-sql
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> This jira proposes to add supports to write SQL results to Kafka streams.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)