Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@

/**
* Configurations used by the Hudi Table Service Manager.
*
* TODO: enable docs gen by adding {@link ConfigClassProperty} after TSM is landed (HUDI-3475)
*/
@Immutable
@ConfigClassProperty(name = "Table Service Manager Configs",
groupName = ConfigGroups.Names.WRITE_CLIENT,
description = "Configurations used by the Hudi Table Service Manager.")
public class HoodieTableServiceManagerConfig extends HoodieConfig {

public static final String TABLE_SERVICE_MANAGER_PREFIX = "hoodie.table.service.manager";
Expand Down