Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-1620

WARN The Kafka Connect schema name Value is not a valid Avro schema name, so replacing with io.debezium.connector.mysql.MySqlSchema

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Minor Minor
    • None
    • 1.0.0.Beta2
    • mysql-connector
    • None

      Hi,
      we see in the Kafka Connetcor log the following:
      WARN The Kafka Connect schema name Value is not a valid Avro schema name, so replacing with io.debezium.connector.mysql.MySqlSchema

      Is it Avro name naming convention ?
      In your code I see this :

      • <li>The name portion of a fullname, record field names, and enum symbols must start with a Latin letter or underscore
      • character (e.g., [A-Z,a-z,_]); and subsequent characters must be Latin alphanumeric or the underscore ( {@code _}

        )

      • characters (e.g., [A-Z,a-z,0-9,_]).</li>

      but the "-" is also supported ?
      Where do we can see in : http://avro.apache.org/docs/current/spec.html that the "-" i snor supported and transform into "_" (underscore) ?

      regards,
      Eric

        1. image-2019-11-15-16-40-38-146.png
          30 kB
          Eric FRANCKX
        2. image-2019-11-15-16-44-08-770.png
          13 kB
          Eric FRANCKX

            Unassigned Unassigned
            eric.franckx@ngahr.com Eric FRANCKX (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: