uber/storagetapper

Sanity check table registration parameters earlier

Open

#51 opened on Oct 3, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (65 forks)auto 404
help wanted

Repository metrics

Stars
 (363 stars)
PR merge metrics
 (PR metrics pending)

Description

We need to try check table parameters during registration endpoint call, instead of currently asynchronously check during state sync loop.

This way the issues like non-existent users on the source cluster would be obvious and easy to debug.

Contributor guide