instrumentation/src/main/java/com/uber/data/kafka/instrumentation/Instrument.java [268:280]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    withException(
        logger,
        scope,
        null,
        new ThrowingSupplier<Void, E>() {
          @Override
          public Void get() throws E {
            runnable.run();
            return null;
          }
        },
        name,
        tags);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



instrumentation/src/main/java/com/uber/data/kafka/instrumentation/Instrument.java [363:375]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      withException(
          logger,
          scope,
          null,
          new ThrowingSupplier<Void, E>() {
            @Override
            public Void get() throws E {
              runnable.run();
              return null;
            }
          },
          name,
          tags);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



