Chris Richardson

Results 142 comments of Chris Richardson

cool. What's the ETA 2.0.0? On Fri, Dec 1, 2017 at 9:15 AM, Marcin Grzejszczak wrote: > Hmm AFAIR there's not. But that's a valid requirement. I'll try to add...

* `set-consumer-group-offset.sh` was not executable * This test did fail * Offsets were reset to earliest * Test passed There should be a single test unless state of view is...

It might make sense for all Eventuate examples to use an Eventuate java base image that has some small heap defaults - need a separate project in eventuate-foundation to build/publish...

What would these events tests actually test?

OK. But this issue missing a lot of details. Are you proposing in-memory tests or are they with a real database and/or message broker? And what would be the cost...

You have access to the ObjectMapper via JSonMapper.objectMapper: https://github.com/eventuate-clients/eventuate-client-java/blob/master/eventuate-client-java-common-impl/src/main/java/io/eventuate/javaclient/commonimpl/JSonMapper.java Does that enable you to customize it?

@414004738 - Excellent point Need to look into the same for MySQL (e.g. https://dev.mysql.com/doc/refman/8.0/en/charset.html https://stackoverflow.com/questions/3328968/how-to-store-unicode-in-mysql) and Postgres.

> But, I do not see advantages in json datatype usage. > There can be hidden issues. > It has different implementation depending on db. > Also message can have...

@dartartem What about column-specific configuration? I think that would be desirable.