Kong / kong-python-pdk

Write Kong plugins in Python (Experimental)
Apache License 2.0
44 stars 14 forks source link

No module "enterprise_edition" in kong-pdk >= 0.34 #124

Closed vtlkvl closed 1 year ago

vtlkvl commented 1 year ago

I'm not able to get the latest PDK version working. https://github.com/Kong/kong-python-pdk/pull/114 seems to have broken PDK - the usage of kong_pdk.pdk.kong.enterprise_edition has been added, but enterprise_edition is not packaged. As a result plugins fail to load with No module named 'kong_pdk.pdk.kong.enterprise_edition'.

@StarlightIbuki @fffonion I'm not sure what is the right way to fix it. Would you please advise?

fkbarrett commented 1 year ago

Same issue here. We want to get the memory leak fix in 0.35 but can't upgrade.

vtlkvl commented 1 year ago

@StarlightIbuki @fffonion Any updates on this?

StarlightIbuki commented 1 year ago

@vtlkvl @fkbarrett Sorry for the confusion and the long delay (it was a public holiday). We were trying to unify the community version and enterprise version of PDK support and it causes this issue. We're discussing for a solution.