Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/development/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also mention the corresponding Druid versions where javascript filters wouldn't work since we have dropped support for JDK 8 and 11.