When I try to ingest a string of size > 128, I get a ERR query_error. Is this encoded anywhere? Couldn't find any details about that in protocol or in configuration.
PUSH messages user aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa "foo"
ERR query_error
Object length should be kept within reasonable limits, eg. an UUID. I don't have access to the code right now, so I cannot tell, but object was designed for ID-like values, not strings.
When I try to ingest a string of size > 128, I get a
ERR query_error
. Is this encoded anywhere? Couldn't find any details about that in protocol or in configuration.