I have services that communicate via REST and everything works fine. But I want to move the communication to Kafka and, due to the fact that the services will communicate asynchronously via Kafka, there may be a problem with loading LAZY database entities.
Example: A user entity was sent, which depends on the entity of the department in which he works. But if we need to contact the department, the service will not be able to load it into the consumer.