DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Public Interfaces
There are two main three changes to the public interfaces. The first change is to pass LogConfig to the methods of RemoteStorageManager with the default implementation that calls the existing methods (to preserve compatibility with the existing implementations).
...
The second public interface change is to update kafka-configs.sh and kafka-topics.sh so that they can handle the unchecked. configurations.
The third change is to add the uncheckedConfigs to LogConfig, which will return the map of unchecked configs:
| Code Block | ||
|---|---|---|
| ||
public Map<String, String> uncheckedConfigs() {
...
} |
Compatibility, Deprecation, and Migration Plan
...