You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ id }=awaitthis.registry.register(schema,{subject: 'some.subject',compatibility: COMPATIBILITY.BACKWARD});
i got error:
ConfluentSchemaRegistryArgumentError: no such type: common..EventType
at Object.exports.schemaFromConfluentSchema (/app/node_modules/.pnpm/@[email protected]/node_modules/@kafkajs/confluent-schema-registry/src/schemaTypeResolver.ts:99:11)
at SchemaRegistry.register (/app/node_modules/.pnpm/@[email protected]/node_modules/@kafkajs/confluent-schema-registry/src/SchemaRegistry.ts:119:28)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
...
My suggest to solve this issue:
in: src/ProtoSchema.ts to lookup both types - messages and enums:
Hi!
In my project I'm using .proto schema:
When try to register schema:
i got error:
My suggest to solve this issue:
in: src/ProtoSchema.ts to lookup both types - messages and enums:
Question: why are in function getTypeName doubled dots pkg..name ?
My suggestion:
Thanks.
The text was updated successfully, but these errors were encountered: