Open andyyang890 opened 1 week ago
cc @cockroachdb/cdc
One idea that we discussed during the team weekly today was using the session ID as the unique identifier. One thing to investigate is whether each core changefeed gets its own unique session ID or if it shares the same session ID as the parent session that it's created in.
It might be useful to give core changefeeds unique identifiers so that they can be distinguished in logs.
We may want to include this in both the log tags and structured log messages.
Jira issue: CRDB-44404