How to set TTL in millisecond

How to set TTL in milliseconds ?

TTLs have a maximum precision of a second. There is a prior feature request for millisecond precision here: Millisecond precision on ttl.

Is it possible to set expiration of record in millisecond instead of seconds.

Suppose if i want to save my record in aerospike with expiration of 10ms . Is it possible?

10 ms life → No. Minimum life possible is one second. But you can come up with an application level construct so that you don’t succeed in reading a record that is over 10ms old from its last update or alternately from when it was created (from first create… - requires some write side construct also).

Is it possible using source connector ?

My use case is to listen data from aerospike in some milliseconds .