OmCheeLin commented on code in PR #674: URL: https://github.com/apache/skywalking-banyandb/pull/674#discussion_r2109262141
########## docs/concept/clustering.md: ########## @@ -111,7 +111,7 @@ A measure named `service_cpm` belonging to `measure-minute` with an entity of `s Similarly, a stream named `system_log` belonging to `stream-log` with an entity combination of `service_id` "frontend" and `instance_id` "10.0.0.1" will be written to a specific shard based on the hashed value of the sharding key `system_log:frontend|10.0.0.1`. -> Note: If there are ":" or "|" in the entity, they will be prefixed with a backslash "\". +> Note: If there are ":" or "|" in the entity, they will be prefixed with a backslash "\\". Review Comment:  We should escape backslashes in Markdown. -- 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: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org