Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I add a variable length member in a SBE composite type? #485

Closed
darthninja1 opened this issue Aug 1, 2017 · 1 comment
Closed

Can I add a variable length member in a SBE composite type? #485

darthninja1 opened this issue Aug 1, 2017 · 1 comment
Labels

Comments

@darthninja1
Copy link

I have a nested data structure that I'm trying to integrate with SBE. One of the nested objects has a string member. How can I add variable length fields to composite types?

@mjpt777
Copy link
Contributor

mjpt777 commented Aug 1, 2017

No. The specification does not allow for variable length fields in a composite.

Variable length fields can be added at the end of a repeating group or the end of a message. You can compose something more complex with repeating groups or multiple messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants