Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Overview
There has been a change in the way how Eureka manages routes in Kong.
...
Disable Kong routes management in mgr-tenant-entitlements via env variable APPLICATION_KONG_ENABLED = false
Enable Kong routes management in mgr-applications via env variable ROUTEMANAGEMENT_ENABLE = true
Get all module IDs from discovery information: GET <mgr-applications>/modules/discovery?limit=5000
Delete discovery information per module: DELETE <mgr-applications>/modules/<module-id>/discovery
Re-create discovery information: POST <mgr-applications>/modules/discovery
Verification
In