aklivity / zilla

🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.
https://docs.aklivity.io/zilla
Other
548 stars 50 forks source link

Support instrumentation via Java agent #1321

Closed jfallows closed 2 weeks ago

jfallows commented 2 weeks ago

Description

When attempting to use Java instrumentation agents, zilla gives the following error.

java.lang.module.FindException: Module java.instrument not found error.

This change includes java.instrument module in the zilla java linked runtime, and opens the main class package to allow the instrumentation to succeed on startup.