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 2021/05/06 12:30:03 UTC

[GitHub] [pulsar] eolivelli opened a new pull request #10492: [Test][Java client] Add test case for Consumer and KeyValueSchema with schema versions

eolivelli opened a new pull request #10492:
URL: https://github.com/apache/pulsar/pull/10492


   Add new test case for this use case:
   - use Schema.AUTO_CONSUME() to consume a topic with KeyValue Schema with AVRO key and value
   - write different versions of the Schema
   - ensure that the Schema is handled correctly
   
   We are only enhancing an existing test case, that already tested multi schema with KeyValue but it was lacking the case of new AUTO_CONSUME() directly applied to KeyValue.


-- 
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] eolivelli closed pull request #10492: [Test][Java client] Add test case for Consumer and KeyValueSchema with schema versions

Posted by GitBox <gi...@apache.org>.
eolivelli closed pull request #10492:
URL: https://github.com/apache/pulsar/pull/10492


   


-- 
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] eolivelli commented on pull request #10492: [Java client] Fix behaviour of Schema.AUTO_CONSUME() with KeyValueSchema and multi versions

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #10492:
URL: https://github.com/apache/pulsar/pull/10492#issuecomment-834444011


   @codelipenghui this change is relevant only when you consume a KeyValue topic with AUTO_CONSUME() and you use the new GenericObject/getNativeObject() API.
   
   this is not possible in 2.7.x, I am removing the 2.7.3 label


-- 
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] merlimat merged pull request #10492: [Java client] Fix behaviour of Schema.AUTO_CONSUME() with KeyValueSchema and multi versions

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


   


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