A second question, albeit this is more Java relate...
# protobufs
e
A second question, albeit this is more Java related perhaps (although any support would be <3'd!), if I try to return a builder with more than 10 key,values Java complains. If I include the keys for
pact:proto
,
pact:message-type
, and
pact:content-type
, I only have 7 keys remaining for
message.contents
values. If I add an 8th key, Java explodes. Is there a nice way around this? How are people dealing with messages including more than 7 values?