Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

ISSUE-6765: Avro Schema Definition flags are not exposed on Pulsar Functions #893

Closed
sijie opened this issue Apr 18, 2020 · 0 comments
Closed

Comments

@sijie
Copy link
Member

sijie commented Apr 18, 2020

Original Issue: apache#6765


Describe the bug
A few stories have been added that allow Avro Schema Compatibility on Pulsar to conform with the default Avro behaviour, namely:

Unfortunately these flags are not exposed into Pulsar Function configuration, therefore we cannot AUTO_CONSUME or AUTO_PRODUCE to topics with stricter Avro Schema Validation

Expected behavior

  • The same flags to be exposed under Functions Configuration
  • Upon setting those flags, a function should be able to consume from a Topic with strict(default) Avro Schema Validation
  • Upon setting those flags, a function should be able to produce from a Topic with strict(default) Avro Schema Validation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants