[
https://issues.apache.org/jira/browse/GOBBLIN-880?focusedWorklogId=313343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-313343
]
ASF GitHub Bot logged work on GOBBLIN-880:
------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Sep/19 22:55
Start Date: 16/Sep/19 22:55
Worklog Time Spent: 10m
Work Description: yukuai518 commented on issue #2734: GOBBLIN-880 Bump
CouchbaseWriter Couchbase SDK version + write docs +…
URL:
https://github.com/apache/incubator-gobblin/pull/2734#issuecomment-531989224
Thanks @menarguez! The PR looks backward compatible and the documentation
for couchbase is pretty nice.
Could you provide us more context why you want to bump the SDK version? Is
the expiration feature require the version bump, or the test facilities needs
that?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 313343)
Remaining Estimate: 167.5h (was: 167h 40m)
Time Spent: 0.5h (was: 20m)
> Bump CouchbaseWriter Couchbase SDK version + write docs + cert based auth +
> enable TTL + dnsSrv
> -----------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-880
> URL: https://issues.apache.org/jira/browse/GOBBLIN-880
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-couchbase
> Reporter: Michael A Menarguez
> Assignee: Shirshanka Das
> Priority: Major
> Labels: Couchbase
> Original Estimate: 168h
> Time Spent: 0.5h
> Remaining Estimate: 167.5h
>
> h1. h1. CURRENT ISSUES
> Currently CouchbaseWriter.java lacks the ability to do the following:
> # Use certificate based authentication
> # Set document expiry (TTL)
> ** based on write time
> ** based on an offset specified field contained in the record's data (JSON)
> ** (WILL NOT ADRESS) set expiry based on a field contained in the record's
> data
> # Set DNS SRV for bootstrap host discovery setting
> # Missing documentation on CouchbaseWriter usage
> # Testing does not bring in CouchbaseMock correctly and causes problems
> while bumping com.couchbase.client:java-client
> h1. h1. PROPOSED SOLUTIONS
> # Add logic to connect using certificate based auth to the buckets (Will
> need to bump com.couchbase.client:java-client to a newer version like 2.7.6)
> and associated configs
> # TTL implementation
> ## Add configs to allow setting a TTL (documentTTL) and also specify the
> timeunits (documentTTLUnits) of these settings
> ## Add logic to specify the path to key to the field containing the source
> timestamp (documentTTLOriginField) and its units (documentTTLOriginUnits) to
> disambiguate between UNIX (sec) timestamps and other formats like timestamps
> in milliseconds.
> ## N/A but logic would be similar to (2)
> # Add missing dnsSrv config
> # Write proper documentation
> # Bring in CouchbaseMock from Gradle and adapt existing unit tests.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)