global state store don't create change-log topic what is the workaround if input topic to global store has null key?
问题 I read lot about global state store that it does not create change-topic topic for restore instead it use the source topic as restore. i am create custom key and store the data in global state store, but after restart it will gone because global store on restore will directly take data from source topic and bypass the processor. my input topic has above data. { "id": "user-12345", "user_client": [ "clientid-1", "clientid-2" ] } i am maintaining two state store as follow: id ->record (record