spring-boot-admin
spring-boot-admin copied to clipboard
EventStore/Cluster API
Hey, guys!
Is there any way to support clusters besides HazelCast?
I saw the issue https://github.com/codecentric/spring-boot-admin/issues/684, where it suggests implementing a Redis as an Event Store, however, it was forgotten.
If I have some interface to implement a custom Event Store, I could create one with DynamoDB, for example, without relying on Spring Boot Admin implementations.
Thanks