kfaraz commented on code in PR #17716: URL: https://github.com/apache/druid/pull/17716#discussion_r1952150491
########## docs/development/javascript.md: ########## @@ -73,3 +73,7 @@ we recommend developing a native Druid extension. In addition, native Druid extensions are more flexible than JavaScript functions. There are some kinds of extensions (like sketches) that must be written as native Druid extensions due to their need for custom data formats. + +## Known issues + +- Javascript tiered broker selector strategy and Javascript filters currently do not work on Java 17. Review Comment: Maybe also mention the corresponding Druid versions where javascript filters wouldn't work since we have dropped support for JDK 8 and 11. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
