Rest-Data Store Not Giving The Dynamic Attributes

Hi Jmix Team,

I have two services: Service-A and Service-B.

Service-B retrieves data from Service-A using RestStore communication.

In Service-A, the Pet entity contains Dynamic Attributes. After saving a Pet record, I send the Pet record UUID through RabbitMQ. In Service-B, I receive the UUID and then fetch the Pet data from Service-A using RestStore.

However, when I retrieve the Pet entity in Service-B, the Dynamic Attributes are not included in the response.

Could you please help me understand how to fetch entities with Dynamic Attributes through RestStore communication?

Warm Regards,
Naveen

Hi Naveen,

The REST DataStore currently doesn’t support dynamic attributes.

Regards,
Konstantin

Hi Konstantin,

Thank you for the clarification. I understand that the REST DataStore currently doesn’t support dynamic attributes.

I appreciate your quick response and the information. I’ll look into alternative approaches on my side to handle this requirement.

Thanks again for your support.

Warm Regards,
Naveen

Hi Konstantin,

Thank you for your earlier clarification regarding REST DataStore.

I would like to kindly suggest enhancing REST DataStore to support fetching entities along with their dynamic attributes. This feature would greatly simplify cross-service communication and improve flexibility when working with entities in distributed systems.

I understand this may require planning, but any consideration or guidance on future support for this would be highly appreciated.

Warm regards,
Naveen

1 Like