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

How can I use this with sink my raw JSON data using JDBC sink connector #15

Open
ttrading opened this issue Apr 1, 2021 · 0 comments
Open

Comments

@ttrading
Copy link

ttrading commented Apr 1, 2021

I have some messages that I would like to transfer from Kafka to Psql. My messages are in raw json format and I have been looking for a solution because I know jdbc sink will not accept it without a schema. Can you please explain if I can use this project to take care of this issue. My sample data is as follows:

{
"type": "Point",
"time": "2021-04-01T01:19:21.243866342Z",
"value": 1,
"metric": "iterations",
"method": "",
"name": "",
"proto": "",
"status": "",
"tls_version": "",
"url": "",
"expected_response": "",
"group": "",
"scenario": "default",
"agent_hostname": "ip-172-21-10-175.ap-southeast-2.compute.internal",
"agent_ipaddress": "34.34.12.12",
"agent_casetype": "simplerequest",
"agent_casename": "test_case"
}

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

No branches or pull requests

1 participant