Simon Shanks

Results 21 issues of Simon Shanks

Gauges should not end in _total. summary and histogram should not be part of metric names - and there's no need to expose both for the same data, just a...

When using this env https://docs.confluent.io/current/quickstart/ce-docker-quickstart.html Add doc to detail how to get a kdb q instance to talk to the above env (given that the above is setup to communicate...

Depends on #10 Could potentially push to one of the main maven repos when going a github release (i.e. current travis build file has the ability to run scripts/etc only...

enhancement

Method 'setCollectResponseAsync' Could expand the javadoc details on what this does - current associated doc with method doesnt go into much detail. Only if you read the doc associated with...

enhancement

Look at serialization to little endian format rather than big endian

enhancement

e.g. connection calls dont mention they use TCP, the method without a username/password uses the user.name property, etc.

enhancement

Dependancy on #11. Should be able to use a link to https://www.javadoc.io/ in order to present the latest version of the javadocs. A badge can be provided in a README...

enhancement

Using a non-existent key on a Flip throws a java.lang.ArrayIndexOutOfBoundsException. Should prob document in code (so that users expect it) or change. ``` String[] x = new String[] {"Key"}; String[][]...

Description =========== Using a client with `rd_kafka_queue_io_event_enable` that is a consumer using `rd_kafka_subscribe`. This works fine until metadata is requested via `rd_kafka_metadata`. If the metadata is requested any time after...

bug

Running `.kfk.Metadata[client];` from consumer can present callback msg as follows: ``` mtype topic client partition offset msgtime data key headers rcvtime ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ UNKNOWN_TOPIC_OR_PART test1 0 0 -1001 "Subscribed topic not...