You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "huangql (via GitHub)" <gi...@apache.org> on 2023/02/07 10:24:17 UTC

[GitHub] [rocketmq-streams] huangql opened a new issue, #268: Why does flatMap interface return RStream instead of RStream

huangql opened a new issue, #268:
URL: https://github.com/apache/rocketmq-streams/issues/268

   <VR> RStream<T> flatMap(final ValueMapperAction<T, ? extends Iterable<? extends VR>> mapper);
   
   Why does this interface return RStream<T> instead of RStream<VR> ?
   How do I get RStream<VR> ?
   I want to keyBy  with VR.id 


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-streams] ni-ze closed issue #268: Why does flatMap interface return RStream instead of RStream

Posted by "ni-ze (via GitHub)" <gi...@apache.org>.
ni-ze closed issue #268: Why does flatMap interface return RStream<T> instead of RStream<VR> ?
URL: https://github.com/apache/rocketmq-streams/issues/268


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-streams] ni-ze commented on issue #268: Why does flatMap interface return RStream instead of RStream

Posted by "ni-ze (via GitHub)" <gi...@apache.org>.
ni-ze commented on issue #268:
URL: https://github.com/apache/rocketmq-streams/issues/268#issuecomment-1422103505

   @huangql It does a bug, can you submit a pr to correct it?


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org