psheets opened a new issue, #10573:
URL: https://github.com/apache/pinot/issues/10573

   
   Add a feature that is similar to Postgres WAL or mongo change streams that 
would allow subscribing to change events on a table. 
   
   This would allow for event driven dashboard updates as new events arrive. It 
would be useful to also include a filter option similar to mongo change streams 
where a predicate option can be passed to filter on only the events of intrest. 
   
   Currently, to achieve event driven updates, the original data source needs 
to be monitored for changes or continuously poll query pinot to see if 
max(timestamp) has changed or some other similar solution.
   
   Slack conversation: 
https://apache-pinot.slack.com/archives/C01H1S9J5BJ/p1680724008970809
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to