wachoo commented on PR #1984:
URL: https://github.com/apache/seatunnel/pull/1984#issuecomment-1827504847
I run
`./bin/seatunnel.sh --config ./config/v2.streaming.pulsar2console.template
-e local
`
the connection to admin and client is ok, but it can not consume the
messages .
the connection configuration below like this:
`env {
"job.mode"=STREAMING
"job.name"="seatunnel_schema2console_test"
}
source {
Pulsar {
"subscription.name"="seatunnel_schema2console_test.sub"
"cursor.startup.mode"=LATEST
"cursor.reset.mode"=null
"cursor.stop.mode"=NEVER
"topic-discovery.interval"=-1
"poll.timeout"=100
"poll.interval"=50
"poll.batch.size"=500
parallelism=1
"result_table_name"=Table11621381770080
topic="persistent://public/default/seatunnel.schema.test"
schema {
fields {
id=string
}
}
operationTimeoutMs="30000"
useTls="false"
connectionMaxIdleSeconds="30000"
useTcpNoDelay="true"
"client.service-url"="pulsar://xxx.xxx.xxx.xxx:6650"
"admin.service-url"="http://xxx.xxx.xxx.xxx:8080"
topic-pattern="false"
lookupTimeoutMs="30000"
tlsHostnameVerificationEnable="true"
}
}
transform {
}
sink {
Console {
}
}`
is there some demo for pulsar?
--
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]