Moriya

Results 4 comments of Moriya

hey, i implemented mulibucket as explained in this thread, it works. thanks Now i have a question about [Custom Converters](https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#datatypes) it is working only for default bucket and not for...

@mikereiche thanks for your reply i have following convertor: ``` @Override public CouchbaseCustomConversions customConversions() { return new CouchbaseCustomConversions(Arrays.asList( ZonedDateTimeToEpochTimeConverter.INSTANCE, EpochTimeToZonedDateTimeConverter.INSTANCE)); } @WritingConverter public enum ZonedDateTimeToEpochTimeConverter implements Converter { INSTANCE; @Override...

please see https://github.com/spring-projects/spring-data-couchbase/issues/1141

@mikereiche I tried to use special name for converter but issue still persist please see code in https://github.com/moriyahazan/designer-service thanks!