Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why must keys not contain dots? #88

Open
IRT-fbachmann opened this issue Feb 17, 2017 · 4 comments
Open

Why must keys not contain dots? #88

IRT-fbachmann opened this issue Feb 17, 2017 · 4 comments

Comments

@IRT-fbachmann
Copy link
Contributor

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?

@adrai
Copy link
Contributor

adrai commented Feb 17, 2017

Sorry, I don't know what you mean :-(
What do you mean with key?

@IRT-fbachmann
Copy link
Contributor Author

Ah, sorry... I was too much in my own thinking :)

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})

@adrai
Copy link
Contributor

adrai commented Feb 17, 2017

sorry this is a mongodb issue :-(

@IRT-fbachmann
Copy link
Contributor Author

ok...
thanks, anyway :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants