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

online feature didn't change when using kafka to sink data to table #3967

Open
blessnow opened this issue Jul 24, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@blessnow
Copy link

Bug Description
openmldb single machine mode
feature: online feature deployment
datastream: using kafka to sink data to table
problems: when sink new data to the table from kafka, I expected feature could be changed, but it didn't happen, feature is old however.
using curl method to get feature: curl http://127.0.0.1:9080/dbs/kafka_test/deployments/demo_data_service -X POST -d'{"input": [[11, 2, 22, 1.2, 1.3, true,"c888", "2022-07-24",1751051906000]]}'

but use "load data into" cmd, feature can change as I expected.

Expected Behavior
when sink new data to the table from kafka, feature change too.

Relation Case

Steps to Reproduce

@blessnow blessnow added the bug Something isn't working label Jul 24, 2024
@blessnow
Copy link
Author

i deployed the environment according to :https://openmldb.ai/docs/zh/main/integration/online_datasources/kafka_connector_demo.html , it should be cluster mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants