Joris Borgdorff
Joris Borgdorff
The AHN viewer shows city and town names when viewing in. This makes the map a bit easier to navigate. They also have an underlying google maps (or equiv) to...
Instead of implementing source statistics as a monitor, we could implement it as a stream by using [`KStream#merge(KStream)`](https://kafka.apache.org/11/javadoc/org/apache/kafka/streams/kstream/KStream.html#merge-org.apache.kafka.streams.kstream.KStream-). This would allow using a stream StateStore to store the statistics in...
Currently, if a Google Play Store lookup fails in the PhoneUsageStream, it simply gives up. We could implement a retry protocol as described here: https://blog.pragmatists.com/retrying-consumer-architecture-in-the-apache-kafka-939ac4cb851a This is reported from #25.
Changes since version 0.2.2: - Updated to Kafka 2.1 - Use single option to configure MongoDB, enabling MongoDB `srv` connection. Fixes #46, #51.
By including a packaged zip, the connector is ready for use without building the code. A license, notice and readme need to be added as well.
By logging in with the same method for all services, there is no need to have multiple logins for different services.
The security configuration of ManagementPortal uses `WebSecurityConfigurerAdapter` to configure the OAuth 2 server. It should migrate to a SecurityFilterChain bean, because `WebSecurityConfigurerAdapter` is deprecated in Spring 5 and removed in...
The spring security modules used seem deprecated according to this message: ``` WARN 1 --- [ main] s.o.SpringCloudSecurityAutoConfiguration : All Spring Cloud Security modules and starters are deprecated. They will...
Currently, a lot of pagination happens in-memory, which is very slow. This is shown by the error message ``` WARN 1 --- [ XNIO-1 task-6] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified...
Source data should be added to the specifications in radar-schemas, to have a clearer idea of what topics a source will send from.