You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our kafka image, there's an example of getting deps from maven. Right now, we are unpacking shaded jars as at runtime they are slower to boot. It is possible that a directory full of natural jars are as fast or similar to unpacking classes at runtime. For example, Kafka is pretty quick coming up without needing to resort to unpacking jars into a big folder (which costs image size).
This depends on a change at pinot to make their poms usable, and likely use of jitpack repository to get a git hash until a stable milestone of pinot 0.5 is released
In our kafka image, there's an example of getting deps from maven. Right now, we are unpacking shaded jars as at runtime they are slower to boot. It is possible that a directory full of natural jars are as fast or similar to unpacking classes at runtime. For example, Kafka is pretty quick coming up without needing to resort to unpacking jars into a big folder (which costs image size).
This depends on a change at pinot to make their poms usable, and likely use of jitpack repository to get a git hash until a stable milestone of pinot 0.5 is released
apache/pinot#5945
The text was updated successfully, but these errors were encountered: