Cedrick Lunven

Results 81 comments of Cedrick Lunven

Let's brainstorm a bit here.... **Current objects:** - The `Event` object allows custom fields and has an unused field `value`. ```java private String value; private Map < String, String >...

It is working fine, passing all tests It is supported as the rest of the framework best effort (looking for committers you are here for some while already) Docs.... yeah

AFAIK, Dynamo is a column oriented store. As such it is relevant to store timeseries as long as the row key is well defined (featurename + yyyymmdd ?) K/V is...

[Update] - Still no dynamoDB store for audit as still not sure the database nature fits the requests on multiple dimension we want to do later - Store Cassandra has...

As discuss in Discord there is no way to use `FF4j` as a source for Spring Cloud Config (would have been the best IMO) as Spring Cloud is closed by...

Do you want to work on that or should I give a try ? Specification: - Create a `PropertyStore` using SpringCloudConfig as input and raising errors each time you try...

Hello Folks, I worked on it a couple of years ago but was disapointed I cannot use FF4j as a source for Spring Cloud. Nevertheless the other way around reading...

`We figured out that static feature storage doesn't fit our needs.`. This is my point of view from day 1. Thank you for the code, I will integrate that and...

up. Let's implement - `FF4j Cloud Config => Property Store` use Cloud config to init a Property but then it is readonly the cloud config does not allow to change...

You are correct the SpringJdbc store needs some extra queries to populate the features. ```java for (Feature flipPoint : lFp) { // To be added readProperties(flipPoint); //