djsuperchief / Kyameru

Kyameru is a business processing engine inspired by Apache Camel and built for .Net Core.
https://djsuperchief.github.io/Kyameru/
MIT License
2 stars 1 forks source link

Entity headers able to be added to directly #30

Closed djsuperchief closed 3 years ago

djsuperchief commented 3 years ago

The headers in the routable entity are a straight dictionary which means that you can add a value directly and manipulate it. Routable entity headers should be immutable and therefore not able to be edited. This is not currently the case and means they can be manipulated and modified runtime.

This needs to be prevented to be more in line with current thoughts.

djsuperchief commented 3 years ago

This has now been resolved.