You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 1.0 specification mentions that the following attributes are part of message headers
Number of repeating groups
A count of repeating groups at the root level of the message. The count does not include nested repeating groups.
Number of variable-length fields
A count of the variable-length fields at the root level of the message. The count does not include variable-length fields within repeating groups.
When generating Java encoder/decoder for this schema using 1.33, numGroups and numVarDataFields do not seem to have any special significance.
AFAIK, the specification for SBE v2 is still in the release candidate phase. It would be useful to adopt these header fields (and changes to repeating group headers), and adjust our implementation, as they permit less restricted schema extension (w.r.t. groups and variable length data). However, adopting these changes is not currently on our roadmap.
The 1.0 specification mentions that the following attributes are part of message headers
When generating Java encoder/decoder for this schema using 1.33,
numGroups
andnumVarDataFields
do not seem to have any special significance.Generated Java code:
Are numGroups / numVarDataFields not supported ?
The text was updated successfully, but these errors were encountered: