An Apache Storm IMetricsConsumer that forwards Storm's built-in metrics to a Graphite server for real-time graphing, visualization, and operational dashboards.
Can we push jar file of this library to a maven central repository? This will make the development of anyone that only wants to use this library in a project simpler since they don't have to build and install the jar file manually.
I am considering doing this ...
I want to pack the jar with my storm topology instead of install it on all storm hosts. So, It's better to put the jar on a remote maven repository
Can we push jar file of this library to a maven central repository? This will make the development of anyone that only wants to use this library in a project simpler since they don't have to build and install the jar file manually.