Fields containing a date should contain information so we can validate the format (for example using bean validation.
Also fields that are ids should contain annotation for null checks (@NotNull).
This will make it possible to do validations in consumer and log informative error messages. Possible to give better exception messages when returning response from cache operations
Fields containing a date should contain information so we can validate the format (for example using bean validation.
Also fields that are ids should contain annotation for null checks (@NotNull).
This will make it possible to do validations in consumer and log informative error messages. Possible to give better exception messages when returning response from cache operations