i am trying to underders ID’s flow from driver back to seqeunce.
→ assume rsp/req is of same type(say we are getting read from a mastser and transaction holds a filed rdata which is unused in master but when slave responds we will fill it).
→ in this case if i do rsp = req.clone();//create and copy does the id info also gets copied or i still need to explisitely call set_id_info api to set rsp id.