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

why 'nameServerAddress' option unsupported? #99

Open
kevinnerd opened this issue Aug 21, 2023 · 3 comments
Open

why 'nameServerAddress' option unsupported? #99

kevinnerd opened this issue Aug 21, 2023 · 3 comments

Comments

@kevinnerd
Copy link

I'm new to flink and rocketmq, I follow the README steps to execute following sql to create table :

CREATE TABLE rocketmq_source (
  `message` STRING
) WITH (
  'connector' = 'rocketmq',
  'topic' = 'TestTopic',
  'consumerGroup' = 'test',
  'nameServerAddress' = '127.0.0.1:18081'
);

and then execute following sql :

select * from rocketmq_source;

but I got an error below:

[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.ValidationException: Unsupported options found for 'rocketmq'.

Unsupported options:

nameServerAddress

Supported options:

connector
property-version
rocketmq.client.accessKey
rocketmq.client.message.encoding
rocketmq.client.message.field.delimiter
rocketmq.client.message.length.check
rocketmq.client.message.line.delimiter
rocketmq.client.secretKey
rocketmq.client.timeZone
rocketmq.source.column.error.debug
rocketmq.source.filter.sql
rocketmq.source.filter.tag
rocketmq.source.group
rocketmq.source.pull.rpc.timeout
rocketmq.source.startup.offset.specific
rocketmq.source.startup.offset.timestamp
rocketmq.source.startup.scan.mode
rocketmq.source.stop.offset.timestamp
rocketmq.source.topic

so my question is : Why I got this error, I suppose 'nameServerAddress' option already supported as README shows.

@humkum
Copy link
Contributor

humkum commented Aug 21, 2023

It seems that your company's flink sql related projects have changed the configuration name

@anonymous-shy
Copy link

@kevinnerd Did u sovle this problem?

@humkum
Copy link
Contributor

humkum commented Mar 12, 2024

Try rocketmq.client.endpoints

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

3 participants