[ 
https://issues.apache.org/jira/browse/BEAM-13159?focusedWorklogId=724356&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724356
 ]

ASF GitHub Bot logged work on BEAM-13159:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Feb/22 08:38
            Start Date: 10/Feb/22 08:38
    Worklog Time Spent: 10m 
      Work Description: mosche commented on pull request #16798:
URL: https://github.com/apache/beam/pull/16798#issuecomment-1034635549


   @n-oden Thanks so much! Awesome work on 
https://github.com/signalapp/embedded-redis/pull/12 🏅 
   
   Unfortunately there's a dependency issue, see the [test failures 
here](https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/21002/testReport/junit/org.apache.beam.sdk.io.redis/RedisIOTest/classMethod/).
 `embedded-redis` requires `commons-io` 2.7, but Beam seems to enforce usage of 
2.6 all across the build.
   I'll have a look, though not to familiar with the build ... Let's see.
   
   ```
   java.lang.NoSuchMethodError: 
org.apache.commons.io.IOUtils.closeQuietly(Ljava/io/Closeable;Ljava/util/function/Consumer;)V
        at 
redis.embedded.AbstractRedisInstance.awaitRedisServerReady(AbstractRedisInstance.java:79)
        at 
redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:44)
        at redis.embedded.RedisServer.start(RedisServer.java:9)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 724356)
    Time Spent: 12.5h  (was: 12h 20m)

> Support for Redis 5.0 streams (XADD/XREAD/XRANGE) in RedisIO
> ------------------------------------------------------------
>
>                 Key: BEAM-13159
>                 URL: https://issues.apache.org/jira/browse/BEAM-13159
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-redis
>            Reporter: N. M.
>            Assignee: N. M.
>            Priority: P2
>             Fix For: 2.36.0
>
>          Time Spent: 12.5h
>  Remaining Estimate: 0h
>
> Redis 5.0 and later support an append-only log data structure called a 
> "stream" -- each element has a unique incrementing ID and contains one or 
> more string:string key-value pairs.
> This seems like a gimme for a stream processing platform to support, and in 
> fact Jedis already has support for XADD/XREAD/XRANGE in it, but the current 
> redisIO Read and Write classes only support pcollections of single KVs and 
> thus will need some additional work to support streams.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to