Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tags) use entity count as entity index
For tag-filtered queries in Cassandra, use the current entity count as the entity table index rather than the row iteration counter. If some entities are excluded from the table, this ensures that no table indices have a nil value. Kong Enterprise filters these results to exclude entities in other workspaces.
- Loading branch information