Skip to content

[connector] Implement file source (tail mode) #26

@josedab

Description

@josedab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions