Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

move potentially long running and blocking requests into workers or blocking sections #36

@chris-giblin

Description

@chris-giblin

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions