gustavomonarin
gustavomonarin
Kafka JMX metrics exported to Prometheus can have a very diverse representation and different calculation approaches (i.e.: promql avg vs jmx pre-calculated mean) #1366 did a great job introducing the...
Currently webpack is configured to pack and link all the assets to / . This is quite restrictive and limits the deployment, for instance to use github pages which would...
**Is your feature request related to a problem? Please describe.** The domain vision statement was added as part of the pr #4 , which is useful in an overview /...
Currently https://pub.dev/packages/json_serializable returns an unsupported type error: ``` [SEVERE] json_serializable:json_serializable on lib/oxxxx_model.dart: Error running JsonSerializableGenerator Could not generate `fromJson` code for `foundingDate`. None of the provided `TypeHelper` instances support the...
Currently, testing Kafka listeners typically involves `@SpringBootTest` and `@EmbeddedKafka`, which loads the entire application context (as documented [here](https://docs.spring.io/spring-boot/reference/messaging/kafka.html#messaging.kafka.embedded)). To enable more lightweight and focused testing of Kafka listeners, similar to...
Spring CloudEventMessageConverter content-type header name uses the Spring Messaging `contentType` header name which differs fom the cloud events spec `content-type` which is used by Kafka serializer for instance. This leads...