Hi, We are planning to use ITrigger to notify changes, when we execute scripts or run commands in cqlsh prompt. If the operation is performed through our application CRUD API, we are planning to handle notification in our CRUD API itself, however if user performs some operation(like write operation in cqlsh prompt) we want to handle those changes and update modules that are listening to those changes.
Could you please let us know whether it is possible to differentiate updates done through cqlsh prompt and through application. We also thought about creating multiple users in cassandra and using different user for cqlsh and for the application. If we go with this approach, do we get the user who modified the table in ITrigger implementation (ie., augment method) Basically we are trying to limit/restrict usage of ITrigger just for cqlsh prompt as it is little complex and risky (came to know it will impact cassandra running in that node). Thanks and Regards A.SathishKumar