{ "id": "connor-sdkman", "version": "2.0.16", "name": "ConnOR (via SDKMAN)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/connor-sdkman", "description": "ConnOR, short for ConnectOffsetReset, is a commandline tool for resetting Kafka\nConnect source connector offsets.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "jdkVersion": { "default": "latest", "description": "Select or enter a JDK version to install.", "proposals": [ "latest", "none", "17", "11", "8" ], "type": "string" }, "jdkDistro": { "default": "ms", "description": "Select or enter a JDK distribution to install", "proposals": [ "ms", "open", "oracle", "tem" ], "type": "string" } }, "installsAfter": [ "ghcr.io/ebaskoro/devcontainer-features/sdkman", "ghcr.io/devcontainers/features/java" ] }