thesumery opened a new issue, #5754:
URL: https://github.com/apache/inlong/issues/5754

   ### 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
   
   1. prepare a flink environment(flink 1.13.6)
   2. put all dependency into flink lib
   3. start flink standalone service
   4. execute flink sql client
   ```
   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;
   ```
   5. start pulsar service and produce data into pulsar
   produce inlong msg data into pulsar.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Sort
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to