@John (Airbyte) have some architectural questions.
1. How does Airbyte handle the transfer of data between a source and target connector.
2. Do connector support pulling data from a sharded source (postgres or Kafka partitions) --- if so, how does it get moved to the same destination table?
thanks @[DEPRECATED] Marcos Marx re pt 1. I have seen the docs, but those are on a different level I guess. I want to understand e.g. do the source and destination connector have to be on the same machine for transfer to occur? if not what is the IPC mechanism between the two ?
Affan Syed
08/31/2021, 1:08 PM
re pt2. okay, so for a sharded source, a single connector can pull from the cluster --- but then how does it make use of the parallelism offered by such sharding?
Affan Syed
08/31/2021, 1:09 PM
pt 2 can also be split between the above case (single clustered source) and a set of different data sources with same schema but in physically different locations.