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
When im using Json schema, even though the records are being written as json it seems like the schema doesn't get attached to the topic?
i.e pulsar-admin schemas get gives me 404.
When im using Json schema, even though the records are being written as json it seems like the schema doesn't get attached to the topic?
i.e pulsar-admin schemas get gives me 404.
Also when i use jackson seems like the schema is always being set to any.
https://github.com/CleverCloud/pulsar4s/blob/master/pulsar4s-jackson/src/main/scala/com/sksamuel/pulsar4s/jackson/package.scala#L16
^ i see this hardcoded in the code
The text was updated successfully, but these errors were encountered: