You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
During processing of encryption decryption requests, it is possible that a call to a network-based service such as for policy or key retrieval is possible. Despite efforts to cache, these blocking calls can occur and will result in errors due to the vert.x main loop constraints. Therefore the current initial code needs to be revised to take advantage of the patterns available in vert.x to support long-running and blocking code sections.
When properly programmed vert.x errors will be avoided. However, Kafka protocol time outs may be unavoidable.
During processing of encryption decryption requests, it is possible that a call to a network-based service such as for policy or key retrieval is possible. Despite efforts to cache, these blocking calls can occur and will result in errors due to the vert.x main loop constraints. Therefore the current initial code needs to be revised to take advantage of the patterns available in vert.x to support long-running and blocking code sections.
When properly programmed vert.x errors will be avoided. However, Kafka protocol time outs may be unavoidable.
First discuss in PR #31 (review)
The text was updated successfully, but these errors were encountered: