I'm trying to develop a Java Spring Boot application. In which I had to solve the problem of getting all the comments from a post in a group. But my current problem is that I'm not sure if my application can update automatically when the post has latest comment. My idea is to make a thread to continuously update data when other people comment. Does anyone have any documentation on this problem?