avillev edited a comment on issue #6166: Windowed consumers/functions URL: https://github.com/apache/pulsar/issues/6166#issuecomment-580106178 I have checked the examples but it does not seem to be the same thing. To have the equivalent of the TimedWindow feature of Kafka stream we would need a function that takes only the messages from t1 to t2 periodically. Neither the batch consumer and those window functions would allow us the do the same. https://kafka.apache.org/10/javadoc/org/apache/kafka/streams/kstream/TimeWindowedKStream.html Is there a way to do that?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
