Hello, Is it possible to fetch messages from the Kafka message queue since a specific time? For example, a user may subscribe to a topic and the producer will continuously publish messages related to this topic. The first time this user logs in, we will fetch all the messages from the beginning. However, the next time this user logs in, we want to only fetch the "new" messages. In other words, messages since the user's last log out time. Is there any API in Kafka that allows us to do that? I am -- Jason Huang
↧