Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sync/lmdb): construct right pk string for entity with multiple pr…
…imary keys For the entity with multiple primary keys, like consumer_group_consumers, the pk_string() function construct incorrect pk string like `table: 0x028a49eda0:table: 0x0289c257b8`. Because it does not extract the internal id value. Here, we fix it with original lmdb logic get_cache_key_value(). Note this method directly gets id field name.
- Loading branch information