gvolpe commented on issue #10244:
URL: https://github.com/apache/pulsar/issues/10244#issuecomment-823030755


   @codelipenghui here's the full error including the old schema (which was a 
dummy one)
   
   ```
   [pulsar-client-io-1-1] WARN  o.a.p.c.i.ClientCnx - [id: 0x6027a271, 
L:/172.17.101.212:43656 - R:172.25.24.247/172.25.24.247:6650] Received error 
from server: org.apache.avro.SchemaValidationException: Unable to read schema:
   {
     "type" : "record",
     "name" : "Event",
     "namespace" : "cr.domain.shared",
     "fields" : [ ]
   }
   using schema:
   {
     "type" : "record",
     "name" : "Event",
     "namespace" : "cr.domain.shared",
     "fields" : [ ]
   }
   ```
   
   The system was working just fine with this until we released a new update of 
the schema. I think the real problem here is that Pulsar should not verify the 
schema at all with the selected compatibility strategy.


-- 
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:
[email protected]


Reply via email to