Skip to content

Bespoke custom connectors #1719

Closed Answered by chubei
oxlade39 asked this question in Q&A
Jul 7, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @oxlade39, thank you for your interest in Dozer!

First a note about the connector documentation page, the trait has gone through some changes. I'll update the page soon. Sorry about that.

In terms of authentication to data sources, Dozer currently only supports static credentials in some of the connectors, including postgres. Your idea of a "wrapper" Connector sounds like a cool solution to this problem, and it's totally feasible. You can use the connector to fetch a temporary credential, and create an underlying connector. After that, all method calls are forwarded to the underlying connector.

A potential pitfall is that, if the connector lost connection and tried to reconnect, the cr…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@oxlade39
Comment options

@chubei
Comment options

Answer selected by oxlade39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants