Code Monkey home page Code Monkey logo

Comments (7)

mhkolk avatar mhkolk commented on June 12, 2024

Using context.Headers.SetString("Message-Type", string.Empty) works as a workaround for erasing specific headers but will leave this open for proper solution.

from kafkaflow.

lpcouto avatar lpcouto commented on June 12, 2024

Hi @mhkolk ,
Headers were defined as read-only by design, as they represent the message headers, which should not be editable; as an example of the same design principle, you can look at HttpRequestMessage.
In the IMessageContext, you have the Items property, a dictionary, that you can use, adding there some data you may find useful for the message context.

from kafkaflow.

mhkolk avatar mhkolk commented on June 12, 2024

If we're using KafkaFlow for producing and have the ability to use middleware to manipulate messages I think it makes sense to allow manipulating headers (on the producer side). Developer using KF should be responsible for proper usage.

from kafkaflow.

mhkolk avatar mhkolk commented on June 12, 2024

In the IMessageContext, you have the Items property, a dictionary, that you can use, adding there some data you may find useful for the message context.

This was more about removing stuff than adding. The ability to add is already present

from kafkaflow.

joelfoliveira avatar joelfoliveira commented on June 12, 2024

Hi @mhkolk,

The reason the headers collection does not allow that kind of manipulation is that it can introduce dependencies between the middlewares which is not something to encourage, since it is expected that the header collection represents the headers present in the Kafka message.

Is there any use case where the current implementation is blocking you from using KafkaFlow?

from kafkaflow.

mhkolk avatar mhkolk commented on June 12, 2024

It was just a suggestion, I worked around it by using SetString, so it is not a blocker.

from kafkaflow.

joelfoliveira avatar joelfoliveira commented on June 12, 2024

Thank you for the feedback @mhkolk.

In the future, if this question is raised again we can revisit this subject, but for now, we should leave it as-is.

We will be closing this issue. Please feel free to respond to this message or reopen the issue if you'd like to continue the discussion or if you've encountered any new developments related to it.

Thank you for your contribution.

from kafkaflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.