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

Eugene Kirpichov commented on BEAM-1678:
----------------------------------------

Note that all IO's are families of PTransforms (usually one or two - 
read/write, sometimes more), which is why I referred to this as "transforms".

I agree that support of the memcached protocol by many non-cache systems for 
write makes it reasonable to have Beam include a library for writing things to 
it - basically something like a PTransform<PCollection<KV<byte[], byte[]>>, 
PDone> that writes them to a given memcached-compatible endpoint. Is this all, 
or do you have something more in mind?

> Create MemcachedIO
> ------------------
>
>                 Key: BEAM-1678
>                 URL: https://issues.apache.org/jira/browse/BEAM-1678
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-extensions
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to