kop
kop copied to clipboard
[BUG] Topic does not have schema to check when the function attach the topic that kop created.
Describe the bug Topic does not have schema to check when the function attach the topic that kop created.
To Reproduce Steps to reproduce the behavior:
- publish some messages to kop topic
- create a function and uses the above topic
- see error "Topic does not have schema to check"
Expected behavior Pulsar function can consume messages from the topic that kop created.
I don't think we need to fix the issue here. People can create a function with a serde. So the function itself will not check the schema.