microscopic-mechanic-13766
09/14/2022, 8:23 AMsource:
type: kafka
config:
platform_instance: <platform_instance>
connection:
consumer_config:
security.protocol: SASL_PLAINTEXT
sasl.username: <user>
sasl.mechanism: PLAIN
sasl.password: <password>
bootstrap: 'broker1:9092'
schema_registry_url: '<http://schema-registry:8081>'
When I got the following error:
File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 98, in _read_output_lines\n'
' line_bytes = await ingest_process.stdout.readline()\n'
' File "/usr/local/lib/python3.9/asyncio/streams.py", line 549, in readline\n'
' raise ValueError(e.args[0])\n'
'ValueError: Separator is not found, and chunk exceed the limit\n']}
Mention that recipe worked in previous versions (the current version is v0.8.44)
Thanks in advance!gray-shoe-75895
09/14/2022, 8:38 PMgray-shoe-75895
09/14/2022, 8:39 PMmicroscopic-mechanic-13766
09/15/2022, 9:40 AMgray-shoe-75895
09/15/2022, 9:19 PMable-evening-90828
09/16/2022, 12:26 AMable-evening-90828
09/21/2022, 9:17 PMgray-shoe-75895
09/22/2022, 12:01 AMable-evening-90828
09/22/2022, 12:16 AMgray-shoe-75895
09/23/2022, 1:11 AMgray-shoe-75895
09/23/2022, 1:13 AM/tmp/datahub/ingestion/<exec id>/ingestion_log.txtable-evening-90828
09/23/2022, 1:36 AMable-evening-90828
09/23/2022, 1:37 AMable-evening-90828
09/23/2022, 1:38 AM/tmp/datahub/ingestion/<exec id>) is usually deleted after an ingestion run regardless if it succeeds or not. Have you changed this as well? Otherwise, we couldn't see the full logs after the ingestion is done.gray-shoe-75895
09/23/2022, 4:37 PMgray-shoe-75895
09/23/2022, 4:38 PMgray-shoe-75895
09/23/2022, 4:39 PMaloof-balloon-41159
01/09/2023, 2:44 PMaloof-balloon-41159
01/09/2023, 2:45 PMgray-shoe-75895
01/10/2023, 1:41 AMaloof-balloon-41159
01/30/2023, 5:44 PM