Skip to content

Conversation

shao1555
Copy link

Motivation

I'm operating several Ethereum server instances behind load balancer such as ELB.
some JSON-RPC methods such as filter related functions should process by same backend instance.

e.g. eth_newFilter and eth_getFilterChanges requests should be execute in same instance.

To resolve this problem, using cookie based session affinity feature to load balancer, then make this client compatible for its feature.

Resolution

Handles set-cookie header if call with cookie: true header.
This implementation is very limited, lack of some basic implementation such as expiration and persistence.

Reference

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

Successfully merging this pull request may close these issues.

1 participant