-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
when # of consumers exceeds 1000, it seems that Wicked cannot detect outliers that would be retrieved with consecutive pagination call, and assumes that those consumers are new and will try to create them.
This will result in DB primary key constraint violation on kong, resulting in failure of kong-adapter.
all sync ops, especially for potentially large # of entities, like consumers, should implement proper pagination, Kong does not allow > 1000 rows to be retrieved with a single call.
Metadata
Metadata
Assignees
Labels
No labels