When I'm querying realtime API the in_language field is empty in all of the events, I want to be able to know what language this article belongs to so I can use it as a filter.
Acceptance criteria
In language property with proper identifier field is present in the realtime API when I'm querying the articles stream.
Notes
In our structured-data service we are filling the in_language property from downstream event-bridge messages. But event-bridge sends that property as null.
To-Do
- Update structured-data or event-bridge service to send proper in_language value
- Check that it's being published properly into topic on dev environment using kafka-ui