agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

There is currently now way from AvroSchemaManager to extract the ID of the message #91

Closed tmnd1991 closed 3 years ago

tmnd1991 commented 3 years ago

Scenario Summary

The connector underlying the manager knows how to extract the Id, but such functionality is not exposed from the Manager. Users are not directly exposed to the connector instance, but might want to obtain the id, therefore I think we should expose a "proxy" method to do so.

Proposed Solution

Add the method(s) to the AvroSchemaManager interface.