You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/21 15:22:02 UTC

[GitHub] abaruni opened a new pull request #279: remove encoding check

abaruni opened a new pull request #279: remove encoding check
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/279
 
 
   The data coming from kafka is already utf-8 encoded. it appears as though the encoding check via `encode` is rejecting valid characters. a similar rejection of valid characters is happening when using `decode` although happening further up the call stack. this PR is to remove this encoding check altogether. 

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


With regards,
Apache Git Services