Why don't we have get and set headers support in delivery?
UseCase: We want to have a type of message in header. It also can be in payload but to get the type we need to do unmarshal it as payload will be in bytes.
I wanted to know the reasoning behind why the set and get for headers isn't present
in
delivery.go
Why don't we have get and set headers support in delivery? UseCase: We want to have a type of message in header. It also can be in payload but to get the type we need to do unmarshal it as payload will be in bytes.
I wanted to know the reasoning behind why the set and get for headers isn't present