Hello, everyone. My team and I are looking at Airbyte for some data integration work flows we are building. One of our potential needs is low latency syncing between two data stores (SLA in minutes). I understood that Airtbyte Cloud can sync source to destination as often as 1 hour. Can the self-hosted application perform more frequent incremental syncs? I've tried using the cron scheduler with a cron expression to run every 10 minutes but from the UI it doesn't seem that the schedule is being used.
Additionally, we were also curious to know if the source is a stream like Kafka does a sync period still apply or can Airbyte manage continuous syncing from Kafka to a database destination?