You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a structure I get from another project fed into my domain which has one key that contains a dot. Granted, I wouldn't do that, either. However, do I really need to capture all occurences of dots? Can't you just allow for dots in keys?
The text was updated successfully, but these errors were encountered:
I get this kind of error: ""key foo.bar must not contain '.'"
This happens when I an event to an aggregate with a payload that somewhere has a key with a dot (like {"foo.bar": 123})
I have a structure I get from another project fed into my domain which has one key that contains a dot. Granted, I wouldn't do that, either. However, do I really need to capture all occurences of dots? Can't you just allow for dots in keys?
The text was updated successfully, but these errors were encountered: