kafka-delta-ingest icon indicating copy to clipboard operation
kafka-delta-ingest copied to clipboard

Ability to implement on GCP with cloud storage interoperability

Open rajatha-ravish opened this issue 3 years ago • 5 comments

rajatha-ravish avatar Jul 18 '21 05:07 rajatha-ravish

Any ETA on this? we're databricks customers who'd love to use this on GCS/GCP

darrenhaken avatar Feb 01 '22 11:02 darrenhaken

@darrenhaken this will unfortunately sit in the issues list until somebody steps up to add GCP support similar to #136 which was recently contributed for Azure support

rtyler avatar Apr 04 '23 17:04 rtyler

@rtyler @darrenhaken With #136 merged, it may be as simple as adding gcs to the features. Then, according to the object store code, users just need to change there uri to gs:// instead of an s3 or azure prefix. It will require testing, but it may be an easy lift.

mightyshazam avatar Apr 04 '23 17:04 mightyshazam

One of the things that I recently learned is that GCS supports S3 compatibility through their "Interoperability" feature, so it would technically be possible to just configure kafka-delta-ingest using the S3-compatible APIs for GCS.

rtyler avatar Jan 09 '24 18:01 rtyler

Is a simple repoint of the S3 URI using AWS_ENDPOINT_URL enough for this change?

geoHeil avatar Jan 15 '24 11:01 geoHeil