You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/12 21:40:15 UTC

[GitHub] lucperkins opened a new pull request #1372: Add byte array to built-in SerDe types for Pulsar Functions

lucperkins opened a new pull request #1372: Add byte array to built-in SerDe types for Pulsar Functions
URL: https://github.com/apache/incubator-pulsar/pull/1372
 
 
   ### Motivation
   
   At the moment, the Pulsar Functions SerDe for Java supports a variety of basic types by default (`String`, `Integer`, etc.). It does not, however, support byte arrays.
   
   ### Modifications
   
   Adds `byte[]` to the supported default types.
   

----------------------------------------------------------------
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