Hi Team,
Client said the default UPDATE message with EMA only include updated fields. Client is asking is it possible to get all fields with UPDATE message, like RFA?
Thanks
@gang.chen1
Thank you for reaching out to us.
I don't think that RFA can do it.
The update message is used to convey changes to information on a stream so it contains only updated fields. Typically, the refresh message contains all fields.
The client can use snapshot requests to get refresh messages or reissue to get a new refresh message.
consumer.reissue(ReqMsg().initialImage(), handle);