You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/06/28 12:47:53 UTC

[GitHub] mikewalch commented on a change in pull request #67: fixes #64 updated Tour for new Observer API

mikewalch commented on a change in pull request #67: fixes #64 updated Tour for new Observer API
URL: https://github.com/apache/incubator-fluo-website/pull/67#discussion_r124523351
 
 

 ##########
 File path: tour/observers.md
 ##########
 @@ -2,14 +2,13 @@
 title: Observer Concepts
 ---
 
-Fluo supports complex processing by running user provided code in Observers. Observers are triggered
-by notifications. An Observer requests that the system run it when a certain column is modified. When
-another transaction modifies an observed column, it will persist a notification that later causes
-the Observer to run.  When an Observer is run, its provided with the row and column that caused it
-to run along with a transaction. Fluo worker processes running across a cluster will execute
-Observers.
+Fluo supports incremental processing with Observers and Notifications.  Notifications are persitent
 
 Review comment:
   should be `persistent`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services