[
https://issues.apache.org/jira/browse/KAFKA-12491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
A. Sophie Blee-Goldman updated KAFKA-12491:
-------------------------------------------
Description: In [pull/10203|https://github.com/apache/kafka/pull/10203] we
stopped pulling in non-api dependencies and listed the rocksdb dependency as an
implementation. However users may need to pull in RocksDB classes (such as
Options, and various other sub-options such as TableFormatConfig). We should
change this dependency to an api so that it gets pulled in as a transitive
dependency and users aren't required to pull it in themselves and maintain
compatibility
> RocksDB not being pulled in as a transitive dependency
> ------------------------------------------------------
>
> Key: KAFKA-12491
> URL: https://issues.apache.org/jira/browse/KAFKA-12491
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: A. Sophie Blee-Goldman
> Priority: Major
>
> In [pull/10203|https://github.com/apache/kafka/pull/10203] we stopped pulling
> in non-api dependencies and listed the rocksdb dependency as an
> implementation. However users may need to pull in RocksDB classes (such as
> Options, and various other sub-options such as TableFormatConfig). We should
> change this dependency to an api so that it gets pulled in as a transitive
> dependency and users aren't required to pull it in themselves and maintain
> compatibility
--
This message was sent by Atlassian Jira
(v8.3.4#803005)