## Implement File Source Connector Read lines from files in tail mode (like `tail -f`). Use tokio::fs with inotify (Linux) or kqueue (macOS) for file watching. **Config keys:** path, mode (full/tail), delimiter Run: `cargo test`
Implement File Source Connector
Read lines from files in tail mode (like
tail -f).Use tokio::fs with inotify (Linux) or kqueue (macOS) for file watching.
Config keys: path, mode (full/tail), delimiter
Run:
cargo test