getsentry / arroyo

A library to build streaming applications that consume from and produce to Kafka.
https://getsentry.github.io/arroyo/
Apache License 2.0
41 stars 7 forks source link

feat(header): Implement find method on headers #350

Closed nikhars closed 5 months ago

nikhars commented 5 months ago

Add the ability in the Headers struct of types to be able to find a key and if found return the corresponding value.