Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Req: Additional data source - Apache Kafka #27

Open
bspowell opened this issue Aug 19, 2024 · 0 comments
Open

Feature Req: Additional data source - Apache Kafka #27

bspowell opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bspowell
Copy link
Contributor

Overview of Problem

Helios currently supports data ingestion only through Amazon Kinesis. This limitation restricts potential users who rely on other popular streaming platforms like Apache Kafka.

Solution

Expand Helios' data ingestion capabilities to include Apache Kafka. This can be done in two ways:

  1. Amazon MSK Integration:
    Integrate with Amazon Managed Service for Apache Kafka. This will allow the team to leverage existing Lambda function logic for a quicker implementation.
  2. Direct Kafka Support:
    The other approach would be to re-architect the Lambda Connector function to support direct Kafka integration. This would enable broader Kafka support beyond Amazon's managed service.

Supporting Links

https://clickhouse.com/docs/en/integrations/kafka/clickhouse-kafka-connect-sink

@bspowell bspowell added the enhancement New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant