-
Notifications
You must be signed in to change notification settings - Fork 66
Keytransform Only Supports Batched Datastores #160
Copy link
Copy link
Open
Labels
exp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurestatus/readyReady to be workedReady to be worked
Metadata
Metadata
Assignees
Labels
exp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurestatus/readyReady to be workedReady to be worked
I'm working on a codebase that currently uses a
datastore.Batchingtype backed byleveldbusing a namespace wrap. Unfortunately it appears that the namespace only supportsdatastore.Batchingand can't be used in place of adatastore.TxnDatastore.Is this intentional?