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

External kafka stream's properties are not honored #543

Closed
chenziliang opened this issue Feb 1, 2024 · 1 comment · Fixed by #618
Closed

External kafka stream's properties are not honored #543

chenziliang opened this issue Feb 1, 2024 · 1 comment · Fixed by #618
Assignees
Labels

Comments

@chenziliang
Copy link
Collaborator

Use case

CREATE EXTERNAL STERAM kafka(raw string) SETTINGS properties='enable.auto.commit=true';

SELECT * FROM kafka;

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@chenziliang
Copy link
Collaborator Author

Problem is we are pooling the consumer but we didn't propagate the settings there in KafkaWALPool::getOrCreate...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants