Calvin Brown

Results 3 issues of Calvin Brown

```implicit def decodeInstant: Decoder[Instant] = j8time.decodeInstant.or(decodeLong.map(Instant.ofEpochMilli))``` We don't actually need to generate these, these come free if we extend `TimeInstances` https://github.com/circe/circe/blob/master/modules/java8/src/main/scala/io/circe/java8/time/TimeInstances.scala#L28 Also I can see this being a potential problem...

scala

Currently, I don't believe if you use the JSON encoder, you can format it, it would be awesome if this was the case.

enhancement
help wanted
good first issue

If we subscribe to multiple topics on one consumer, I want to be able to see the lag per topic, if we use GroupTopics the value isn't set and we...

enhancement