stuartm21 commented on issue #1347: URL: https://github.com/apache/camel-kafka-connector/issues/1347#issuecomment-1074703934
@oscerd Can you please re-open this ticket for me, I have a few requirements here. As of now the sink-connector is working and it is storing the data to S3 bucket, but the problem is that not a formatted way. So how can we organize that like below? ``` test-s3-bucket tree . └── topics ├── customer-1 │ ├── 2021 │ │ ├── 01 │ │ │ ├── 01-02 │ │ │ │ └── customer-1+0+0000000000.json.gz │ │ │ ├── 02-03 │ │ │ ├── 03-04 │ │ │ ├── 04-05 │ │ │ ├── 05-06 │ │ │ ├── 06-07 │ │ │ ├── 07-08 │ │ │ └── 08-09 │ │ ├── 02 │ │ ├── 03 │ │ ├── 04 │ │ ├── 05 │ │ ├── 06 │ │ ├── 07 │ │ ├── 08 │ │ ├── 09 │ │ ├── 10 │ │ ├── 11 │ │ └── 12 │ └── 2022 │ ├── 01 │ ├── 02 │ ├── 03 │ ├── 04 │ ├── 05 │ ├── 06 │ ├── 07 │ ├── 08 │ ├── 09 │ ├── 10 │ ├── 11 │ └── 12 ├── customer-2 │ ├── 2021 │ └── 2022 └── customer-3 ├── 2021 └── 2022 ``` The order is like this way: test-s3-bucket -> topics -> customers -> years -> months -> days -> hours -> then store customer topics. How can we store the topics in s3 bucket like this way? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org