mitchlloyd opened a new pull request #9319: Make Transform an ExtensionPoint URL: https://github.com/apache/druid/pull/9319 Fixes #9311. ### Description `Transform` is a useful place for 3rd party developers to add their own extensions. Informally this has been an available extension point since 2017. This PR proposes adding the compatibility guarantees of @ExtensionPoint. This PR has: - [ ] been self-reviewed. - [ ] added documentation for new or modified features or behaviors. ToDo: - [ ] Add documentation changes to https://druid.apache.org/docs/latest/development/modules.html#writing-your-own-extensions It makes sense to me to add a new item in the list of 15 items under "Writing your own extensions" for completeness sake. I'd be happy to write a dedicated section of these docs, although I think this page seems destined to be split into many pages: one describing the approach for each kind of extension.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
