Tuesday, April 10, 2018

[google-cloud-sql-discuss] Proxy in production: running headless?

I've gotten to the point where I've got my Tomcat-based webapp talking to MySQL via the Proxy, and accessing a storage bucket via GCSFUSE. But at present, I'm GCSFUSEing the bucket and launching the proxy manually, from a terminal session.

It seems fairly simple to automate the GCSFUSE mount for headless operation, because it doesn't produce any ongoing console output, but what about a headless proxy? As presently launched, it spits out a line every time a connection gets opened or closed. I could, of course, redirect STDOUT and STDERR to a file, but under heavy use, that file could get very big, very fast.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/38cc78a5-31fa-4287-81fe-41b320cebcc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment