You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/25 11:15:24 UTC

[GitHub] [flink] zentol opened a new pull request, #20352: [FLINK-28644][datastream] Add DataStream#collectAsync

zentol opened a new pull request, #20352:
URL: https://github.com/apache/flink/pull/20352

   Introduces the new collectAsync() API according to [FLIP-251](https://cwiki.apache.org/confluence/display/FLINK/FLIP-251%3A+Support+collecting+arbitrary+number+of+streams).
   
   Additionally migrates the state-processing-api to this new API for demonstration purposes.


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] zentol merged pull request #20352: [FLINK-28644][datastream] Add DataStream#collectAsync

Posted by GitBox <gi...@apache.org>.
zentol merged PR #20352:
URL: https://github.com/apache/flink/pull/20352


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #20352: [FLINK-28644][datastream] Add DataStream#collectAsync

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #20352:
URL: https://github.com/apache/flink/pull/20352#issuecomment-1193923255

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0c31755bd6fab99f55fa69518e37455007464a8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e0c31755bd6fab99f55fa69518e37455007464a8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0c31755bd6fab99f55fa69518e37455007464a8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

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