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 2020/05/29 17:04:26 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7098: [Python] Enforce type of values set on record field

merlimat opened a new pull request #7098:
URL: https://github.com/apache/pulsar/pull/7098


   ### Motivation
   
   In Python client, we're not validating the type of the values set on the records when using schema.
   
   This means that, through a simple mistake, an application can end up publishing data that is not compatible with the declared schema.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] sijie merged pull request #7098: [Python] Enforce type of values set on record field

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #7098:
URL: https://github.com/apache/pulsar/pull/7098


   


----------------------------------------------------------------
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:
users@infra.apache.org