Simon Shanks

Results 27 comments of Simon Shanks

Comments and the metrics they are referencing: > Gauges should not end in _total. ``` # TYPE kdb_handles_total gauge ``` > summary and histogram should not be part of metric...

Ref: General info https://maven.apache.org/repository/index.html Github actions to publish to central repo/etc https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-java-packages-with-maven Publishing to maven central https://dzone.com/articles/publish-your-artifacts-to-maven-central Sonatype info - https://central.sonatype.org/pages/ossrh-guide.html / https://central.sonatype.org/pages/requirements.html https://blog.travis-ci.com/2017-03-30-deploy-maven-travis-ci-packagecloud/

With debugging: get `:test/ set ([] a:til 10) Current decoding thinks data contains type 98, which contains type 99 (which has type 11 & type -11). The -11 appears to...

Example of unit test that can be added to recreate (note: doesn't yet have intended action as change required, but allows quick testing) ``` @Test public void testSplayResponse() { //...

Run the above env. After start-up, can run ``` docker network ls docker network inspect cp-all-in-one_default ``` to see the new network configured & hosts running within it When running...

Occurs every time .kfk.Metadata[client] called after subscription is made (e.g. call twice, get 2 UNKNOWN_TOPIC_OR_PART msgs). Doesn't occur when called prior to any subscription.

Created librdkafka issue https://github.com/confluentinc/librdkafka/issues/4589 (can see same occurrence without using kdb+). Current workaround is that if you need to use `.kfk.Metadata` to see topics/etc, call it prior to subscription.

Update now on linked issue. May be issue with librdkafka. To try possible fix.

Tested with the pending librdkafka pull request - bug still appears to be there. Informed librdkafka dev. Current workaround is to do any metadata request prior to subscription.

bug doesnt occur with v2.0.2 of librdkafka. will await response from librdkafka devs.