nightswimmings

Results 43 comments of nightswimmings

Thanks for the fast answer @tchiotludo. Then topic/data is paginated at 50 by design with no way to tune it currently, right? Anyway, I just found out the /data/search variant...

I checked the code in RecordRepository but it seems the var is not used anywhere if github finders work ok: ``` @Value("${akhq.clients-defaults.consumer.properties.max.poll.records:50}") protected int maxPollRecords; ```

Please, please, this is the most important hole of an enterprise-grade pom right now. We dedicated too much time to it. As soon as we all migrate to new Sonar...

When we have a module where we place all the abstractions that all other modules use, and these client modules have a 100% Integration Tests coverage it is an overkill...

But to be honest, I think it's Sonar the one that should be able to interpret a logical OR when specifying multiple reports on the xmlReportPaths var (including the IT,...

FYI https://github.com/spring-projects/spring-boot/issues/27991

Mmh I think the cleanest way would be either autoinjecting resttemplatebuilder and build a resttemplate that is managed privately within the domain, or in case you want it configurable by...

@hjohn I requested this long time ago, and I was responded with a very enlightning answer by (was it Andy Wilkinson?). The best approach to fulfill this need is creating...

Yes, its my same need. In a way, I can understand what I was told, i.e, that if you need to strict qualify Red A everywhere, it is not an...