I want to expire a status field in my users table, just like how slack expires a status after the expiry set by the user.
I have integrated scylla cdc but scylla cdc does not give me the updated response after status is expired.
My project’s language is golang and DB is scylla. So anyone have any other idea than this, please suggest.
I have tried integrating scylla cdc but it did not returns me updated result after a status is expired (used TTL in the query), I was expecting that scylla cdc will give me a response than I will send that response to my server to notify other users but it did not happened.
Sagar Maheshwari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.