assume the case that we have deployed 3 hbase indexer on 3 machine and created 2 indexer :
hbase-indexer - > hbase table
sep_user_demo1 -> sep-user-demo1
sep_user_demo2 -> sep-user-demo2
Now my question is :
If I put data into sep-user-demo1 or sep-user-demo2 , is it true for one of the hbase indexer node will receive the changes and all of the indexers ( in my case sep_user_demo1 and sep_user_demo2 will all catch the changes and do somethiing ... ) on this node will process the changes and each of the indexer will filter which data they are
interested ?