Chuckame commented on PR #14157: URL: https://github.com/apache/kafka/pull/14157#issuecomment-2143420186
Hello @mjsax, I'm working on it (or trying to 😄). What do you think about adding `getRaw` to the `KeyValueStore` interface ? It would generalize an efficient access from anywhere. The problem I see with having the `rawView` is that it will only target `KTable`. We can also use the `WrappedStore`, but this will require casting so it feels not that clean. I have also another idea: just using `byte[]` for the left value even through the topic. That way generating the hash won't require deserializing at all, as we just deal with bytes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org