Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic "__change_events" failed read schema #14331

Closed
gaozhangmin opened this issue Feb 17, 2022 · 1 comment
Closed

Topic "__change_events" failed read schema #14331

gaozhangmin opened this issue Feb 17, 2022 · 1 comment
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@gaozhangmin
Copy link
Contributor

gaozhangmin commented Feb 17, 2022

2022-02-16 11:20:15.155 [ForkJoinPool.commonPool-worker-11] WARN  org.apache.pulsar.broker.service.schema.AvroSchemaBasedCompatibilityCheck - Error during schema compatibility check: Unable to read schema:
{
  "type" : "record",
  "name" : "PulsarEvent",
  "namespace" : "org.apache.pulsar.common.events",
  "fields" : [ {
    "name" : "actionType",
    "type" : [ "null", {
      "type" : "enum",
      "name" : "ActionType",
      "symbols" : [ "INSERT", "DELETE", "UPDATE", "NONE" ]
    } ],
    "default" : null
  }, {
    "name" : "eventType",
    "type" : [ "null", {
      "type" : "enum",
      "name" : "EventType",
      "symbols" : [ "TOPIC_POLICY", "TRANSACTION_BUFFER_SNAPSHOT" ]
    } ],
    "default" : null
  }, {
    "name" : "topicPoliciesEvent",
    "type" : [ "null", {
@gaozhangmin gaozhangmin added the type/bug The PR fixed a bug or issue reported a bug label Feb 17, 2022
@gaozhangmin gaozhangmin changed the title Topic __change_events failed read schema/ Topic "__change_events" failed read schema Feb 17, 2022
@codelipenghui
Copy link
Contributor

@gaozhangmin This is a breaking change introduced in 2.8.0, and #12598 has fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

2 participants