🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.
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.
Description
When attempting to use Java instrumentation agents,
zilla
gives the following error.This change includes
java.instrument
module in thezilla
java linked runtime, and opens the main class package to allow the instrumentation to succeed on startup.