arpadboda commented on issue #515: MINIFICPP-646 - Re-evaluate passing 
attributes. Potentially deprecate…
URL: https://github.com/apache/nifi-minifi-cpp/pull/515#issuecomment-505487733
 
 
   @phrocker : what you say in aspect of Redis for eg. makes sense, however I 
think that's already messed up. 
   Attributes are handled as UTF strings on S2S, so when transferring them, we 
handle them as strings, which means cutting at the first 0 byte. 
   Even if we fix that I'm unsure whether we would achieve the behaviour we 
want or not given NiFi handles attributes as strings, too. 
   
   To deal with binary formats I think I would prefer to offer base64 encoding 
for attribute settings and keep the internal representation (and network 
representation) as string. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to