Mike Eltsufin

Results 130 comments of Mike Eltsufin

@gregw Agreed, but I think we need to document how to turn on the nice Stackdriver logging using JUL. So, this issue is more of a documentation issue.

@gregw Why is setting `HEAP_SIZE_MB` directly or adjusting the ratio not sufficient?

Do you have a link to the documentation you're referring to? Which Stackdriver JVM plugin?

Thanks! Have you tried enabling it using a custom `Dockerfile` based on this runtime and `JAVA_USER_OPTS`?

Thanks for a detailed analysis. I think you're right on all the points. It basically comes down to the fact that the JVM Monitoring plugin is not supported on App...

I would recommend GCP Support as the best path to get visibility for your request.

Like @elefeint said, there are some gotchas with the streaming pull, especially if you have more than one consumer. I would suggest reading the "StreamingPull" section in the [docs](https://cloud.google.com/pubsub/docs/pull).

@adriancole Any updates on this? When do you expect to release 1.0.0? Thanks!

@adriancole We don't have any issues on our end, but we can wait a week or two before 1.0.0. We've just release RC1 of spring-cloud-gcp yesterday. Also, are there plans...

What I meant by "Sleuth BOM" is the [spring-cloud-sleuth-dependencies](https://github.com/spring-cloud/spring-cloud-sleuth/blob/master/spring-cloud-sleuth-dependencies/pom.xml) artifact. We're already importing it in our POM. If it doesn't make sense to keep it there, we can just continue...