Make the topic name configurable in storage paths#127
Make the topic name configurable in storage paths#127Hariprasad Kuppuswamy (hariprasad-k) wants to merge 2 commits intoconfluentinc:masterfrom
Conversation
|
Confluent Inc. (@confluentinc) It looks like Hariprasad Kuppuswamy (@hariprasad-k) just signed our Contributor License Agreement. 👍 Always at your service, clabot |
|
Fixed #126 |
|
Question: What happens when you have Then all files in the directory will be of multiple topics? |
| public static final String TIMESTAMP_FIELD_NAME_DEFAULT = "timestamp"; | ||
| public static final String TIMESTAMP_FIELD_NAME_DISPLAY = "Record Field for Timestamp Extractor"; | ||
|
|
||
| public static final String TIMESTAMP_SCALING_FACTOR_CONFIG = "timestamp.scaling.factor"; |
There was a problem hiding this comment.
I suggest you break this out as a separate PR
There was a problem hiding this comment.
Jordan Moore (@OneCricketeer) Sure, I will break into separate PR.
Jordan Moore (@OneCricketeer) Yes, all files of multiple topics will be in the same directory in this case. But, this behavior will only happen if you use |
f1de545 to
515f9ac
Compare
|
Jordan Moore (@OneCricketeer) This PR does not have any changes related to Timestamp scaling factor anymore, which is covered by #160 Can you please review this changes ? |
|
I'm not a Confluent employee, so my reviews don't do anything |
…used in partitioning by configuration into another PR
c3a97d2 to
64c56d9
Compare
|
Thanks Hariprasad Kuppuswamy (@hariprasad-k) for the contribution! This change will add flexibility to our connectors that use storage common to optionally exclude the topic name from the path (seems to be a popular request confluentinc/kafka-connect-hdfs#544). I'd like to get second view from Lev Zemlyanov (@levzem) before proceeding. |
|
Daniel (@dosvath) Lev Zemlyanov (@levzem) Any thoughts, or plans to review this contribution ? |
|
Would be very much interested in having this feature integrated. The topic name being forcefully appended to the path limits us severely when sinking to already-established directory structures. |
Improvements to provide ability to exclude topic name in partition by configuration