apache/rocketmq-externals

[rocketmq-connect-hudi] sinkConnectConfig topicRouteMap not set value

Open

#856 aperta il 14 dic 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (3084 fork)batch import
good first issue

Metriche repository

Star
 (4513 star)
Metriche merge PR
 (Merge medio 27g 3h) (1 PR mergiata in 30 g)

Descrizione

The issue tracker is ONLY used for bug report and feature request.

Any question or RocketMQ proposal please use our mailing lists.

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?

org.apache.rocketmq.connect.hudi.connector.HudiSinkConnector

defaultKeyValue.put(HudiConnectConfig.CONN_TOPIC_ROUTE_INFO, JSONObject.toJSONString(sinkConnectConfig.getTopicRouteMap()));

image

  • What did you expect to see? sinkConnectConfig.getTopicRouteMap() should set org.apache.rocketmq.connect.hudi.connector.HudiSinkConnector#topicRouteMap

  • What did you see instead? sinkConnectConfig.topicRouteMap no set value

  1. Please tell us about your environment:

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):

FEATURE REQUEST

  1. Please describe the feature you are requesting.

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

Guida contributor