Error migrating Kong OSS from 2.8.3 to 3.1.1. #11421
Answered
by
chronolaw
mayankmurari
asked this question in
Help
-
I am trying to migrate Kong from 2.8.3 to 3.1.1. Kong 3.1.1 pods are not coming up and below error is present in the logs.
|
Beta Was this translation helpful? Give feedback.
Answered by
chronolaw
Sep 17, 2023
Replies: 1 comment 1 reply
-
Kong 3.x introduced a new events library called Since it is a new library there are some bugs about it. I suggest you upgrade to the latest kong, like Kong 3.4, which may fix this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mayankmurari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kong 3.x introduced a new events library called
lua-resty-events
, the blog is here.Since it is a new library there are some bugs about it. I suggest you upgrade to the latest kong, like Kong 3.4, which may fix this issue.