We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when using pulsar connecor to read data with inlong msg, some data will loss.
All data exactly equal with what inlong msg includes.
CREATE TABLE `test`( `__content__` STRING) WITH ( 'properties.auth-params' = 'xxxxxxxxxxxxxxxxxx', 'properties.auth-plugin-classname' = 'org.apache.pulsar.client.impl.auth.AuthenticationToken', 'inlong.metric' = 's5825b746-225f-40ff-afaf-eb273c64dcf3&b_s5825b746-225f-40ff-afaf-eb273c64dcf3&b_s5825b746-225f-40ff-afaf-eb273c64dcf3', 'connector' = 'pulsar-inlong', 'inlong-msg.inner.format' = 'raw', 'format' = 'inlong-msg', 'inlong-msg.raw.charset' = 'UTF-8', 'inlong-msg.raw.endianness' = 'big-endian', 'inlong-msg.ignore-parse-errors' = 'false', 'generic' = 'true', 'service-url' = 'http://pulsar-op488nga8meo.tdmq.ap-bj.public.tencenttdmq.com:8080', 'topic' = 'pulsar-op488nga8meo/namespace_1257305158_20220826111254509798/b_s5825b746-225f-40ff-afaf-eb273c64dcf3', 'scan.startup.mode' = 'latest' ); select * from test;
No response
master
InLong Sort
The text was updated successfully, but these errors were encountered:
thesumery
Successfully merging a pull request may close this issue.
What happened
when using pulsar connecor to read data with inlong msg, some data will loss.
What you expected to happen
All data exactly equal with what inlong msg includes.
How to reproduce
produce inlong msg data into pulsar.
Environment
No response
InLong version
master
InLong Component
InLong Sort
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: