-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
✨ Feature RequestNew feature or requestNew feature or request
Description
Problem:
There are different naming strategies out there for naming the subject of a schema as seen here.
The schema registry implementation in this library hardcodes the TopicNameStrategy strategy as seen below.
Line 23 in 8cceb22
subject := topic + "-" + string(element) |
In my current project, we use a different strategy RecordNameStrategy. This is because we have topics that can contain messages of different schemas.
Request:
Can we consider allowing the user to pass a method that builds the subject name? This way the user can implement which ever naming strategy they use.
mostafa
Metadata
Metadata
Assignees
Labels
✨ Feature RequestNew feature or requestNew feature or request
Projects
Status
Release