Hello, I am new to actor systems and would like to ask a question. What are the best practices for handling database queries (synchronous or asynchronous) using actors? For example, when receiving an API endpoint request, I want the actor to go to the database and return a response message with the data. What is the best way to implement this?
Hello, I am new to actor systems and would like to ask a question. What are the best practices for handling database queries (synchronous or asynchronous) using actors? For example, when receiving an API endpoint request, I want the actor to go to the database and return a response message with the data. What is the best way to implement this?