mattyb149 commented on PR #8042:
URL: https://github.com/apache/nifi/pull/8042#issuecomment-1815409306

   I'll add more documentation around the use case and what this service does, 
but I didn't see any use for a DB-backed registry that just stores schema text 
(such as a String column containing an Avro schema) since we have other 
implementations that basically do that. I can rename the service 
DatabaseTableSchemaRegistry if that helps make it clearer what this service is 
for, but the idea is to generate the schema from metadata rather than store and 
retrieve schemas. This can be used by things like ValidateRecord in order to 
ensure that records will successfully go into a database with a downstream 
PutDatabaseRecord for example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to