rakutentech / kafka-firehose-nozzle

Forward logs from the Cloud Foundry Firehose to Apache Kafka
MIT License
13 stars 8 forks source link

Possible binary build? #23

Closed bradgoodman closed 3 years ago

bradgoodman commented 6 years ago

Is it possible to have this project built as a binary? Our organization doesn't have access to public Github or the internet so it is nearly impossible to build a project in Go. If we had a binary I could deploy via the binary buildpack in PCF and set all the variables in the environment of the application.

CAFxX commented 6 years ago

@bradgoodman all dependencies should be vendored, so internet connectivity during staging/building or runtime is not required. Are you experiencing problems deploying to a PCF with no internet connectivity? Can you post the relevant logs?

bradgoodman commented 6 years ago

Would we need to set the environment variables in the application or in the .toml file?

CAFxX commented 6 years ago

Most configurations should be put in the toml file. We only support env vars for some credentials (e.g. to access UAA)