Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit gRPC-request cache #14

Open
NymanRobin opened this issue Nov 2, 2021 · 0 comments
Open

Edit gRPC-request cache #14

NymanRobin opened this issue Nov 2, 2021 · 0 comments

Comments

@NymanRobin
Copy link
Collaborator

Currently the gRPC-request cache limits functionality for stub testing.

Example scenario: gRPC server has several different services and each one has a own proto file.

The current cache implementation will cache a gRPC's services based on ip + port.
So if a stub is loaded and executed against gRPC server the cache gets populated, for next request the gRPC will check that this ip + port is in cache. However, the correct stub will not be in cache since only one proto file has been loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant