-
I have a requirement to pull few properties from the value part of topic message and build state store with custom key and value. Ex: Value : studentId, age, Name, cityId. I want state store to store results with Key: studentId, cityId and Value : studentId, age, Name, cityId. code for KeyValueStoreBuilder:
code for stream and transform method
I need help with creation of TransformerSupplier. I learned that we need to create a transformer like below `private class Transformer : ITransformer<K, V, K1, V1>
}` Stack Trace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @shashi812 , Please find an example here : Let me know if you have any further questions. Kr, |
Beta Was this translation helpful? Give feedback.
Hey @shashi812 ,
Please find an example here :
streamiz/test/Streamiz.Kafka.Net.Tests/Processors/KStreamTransformerAPITests.cs
Line 139 in 509076f
Let me know if you have any further questions.
Kr,