kafka-connect-storage-common
kafka-connect-storage-common copied to clipboard
Deprecated HiveFactory Support
Hello all,
I'm just curious why the hiveFactory method is deprecated in Format class. I'm not able to find any explanation as a replacement even though it's used by kafka-connect-hdfs connector.
I'm asking this question because we are thinking about adding Hive partitions from Kafka S3 Connector in order to access the data whenever it's transferred to S3. Now, we are handling this requirement with a scheduled workflow that checks the partition folders in S3 and adds corresponding Hive partitions if not exists. But, we would like to handle that through Kafka Connect.
To sum up, we just want to check the project roadmap before implementing this feature. If the hive support is no longer considered in the future, we don't want to lock into the specific Kafka Connect versions.
Thank you in advance
Look like hive support is not about to get remove from storage-commun -> https://github.com/confluentinc/kafka-connect-storage-common/pull/203