-
Notifications
You must be signed in to change notification settings - Fork 14
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
Configuration option to enable gzip compression on k8s pods api for service discovery #336
Configuration option to enable gzip compression on k8s pods api for service discovery #336
Conversation
… for service discovery
...api/src/main/scala/org/apache/pekko/discovery/kubernetes/KubernetesApiServiceDiscovery.scala
Show resolved
Hide resolved
discovery-kubernetes-api/src/main/scala/org/apache/pekko/discovery/kubernetes/Settings.scala
Outdated
Show resolved
Hide resolved
…address review findings
discovery-kubernetes-api/src/main/scala/org/apache/pekko/discovery/kubernetes/Settings.scala
Outdated
Show resolved
Hide resolved
There is support for integration testing in the integration-test directory. This includes an existing K8s test. Maybe you could modify this to use gzip. |
… adjust "kubernetes-api-java" integration-test to use gzip compression
Ah, yes .. I overlooked the integration-tests. |
@pjfanning could you rerun the failed unit test? |
Merged - thanks |
Resolves: #335
Feedback is very welcome, I am not very experienced in Scala.