You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/28 19:26:52 UTC

[jira] [Commented] (STREAMS-301) streams-converters: HOCON Converter

    [ https://issues.apache.org/jira/browse/STREAMS-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385457#comment-14385457 ] 

ASF GitHub Bot commented on STREAMS-301:
----------------------------------------

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/204

    resolves STREAMS-301

    includes tests demonstrating concept of use

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-301

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-streams/pull/204.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 #204
    
----
commit e41b7b1e58e130eaa535a68a64e7a06e1529425c
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Date:   2015-03-28T18:24:04Z

    resolves STREAMS-301
    includes tests demonstrating concept of use

----


> streams-converters: HOCON Converter
> -----------------------------------
>
>                 Key: STREAMS-301
>                 URL: https://issues.apache.org/jira/browse/STREAMS-301
>             Project: Streams
>          Issue Type: New Feature
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>
> TypeConverterProcessor can cast any document into a preferred representation, but does not otherwise transform the document.
> ActivityConverterProcessor can apply logic from any contributed module on the classpath to product one or more activity normalized representation of a document, but has some learning curve and requires significant compile-time and package-time work to use.
> Create a Processor that can translate a document without any compile-time work and return it is the preferred representation, by supplying a string containing a HOCON file/url reference, using HOCON to describe the translation to be performed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)