/** * **kafka.apache** - Mirror of Apache Kafka * * @domain `kafka.apache.org` * @programs `connect-distributed.sh`, `connect-mirror-maker.sh`, `connect-plugin-path.sh`, `connect-standalone.sh`, `kafka-acls.sh`, ... (+36 more) * @version `4.1.1` (9 versions available) * @versions From newest version to oldest. * * @install `launchpad install kafka.apache.org` * @dependencies `openjdk.org` * @buildDependencies `rsync.samba.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.kafkaapacheorg * console.log(pkg.name) // "kafka.apache" * console.log(pkg.description) // "Mirror of Apache Kafka" * console.log(pkg.programs) // ["connect-distributed.sh", "connect-mirror-maker.sh", ...] * console.log(pkg.versions[0]) // "4.1.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/kafka-apache-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const kafkaapacheorgPackage: { /** * The display name of this package. */ name: 'kafka.apache'; /** * The canonical domain name for this package. */ domain: 'kafka.apache.org'; /** * Brief description of what this package does. */ description: 'Mirror of Apache Kafka'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/kafka.apache.org/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/apache/kafka'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install kafka.apache.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +kafka.apache.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install kafka.apache.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['connect-distributed.sh', 'connect-mirror-maker.sh', 'connect-plugin-path.sh', 'connect-standalone.sh', 'kafka-acls.sh', 'kafka-broker-api-versions.sh', 'kafka-client-metrics.sh', 'kafka-cluster.sh', 'kafka-configs.sh', 'kafka-console-consumer.sh', 'kafka-console-producer.sh', 'kafka-consumer-groups.sh', 'kafka-consumer-perf-test.sh', 'kafka-delegation-tokens.sh', 'kafka-delete-records.sh', 'kafka-dump-log.sh', 'kafka-e2e-latency.sh', 'kafka-features.sh', 'kafka-get-offsets.sh', 'kafka-jmx.sh', 'kafka-leader-election.sh', 'kafka-log-dirs.sh', 'kafka-metadata-quorum.sh', 'kafka-metadata-shell.sh', 'kafka-producer-perf-test.sh', 'kafka-reassign-partitions.sh', 'kafka-replica-verification.sh', 'kafka-run-class.sh', 'kafka-server-start.sh', 'kafka-server-stop.sh', 'kafka-storage.sh', 'kafka-streams-application-reset.sh', 'kafka-topics.sh', 'kafka-transactions.sh', 'kafka-verifiable-consumer.sh', 'kafka-verifiable-producer.sh', 'trogdor.sh', 'zookeeper-security-migration.sh', 'zookeeper-server-start.sh', 'zookeeper-server-stop.sh', 'zookeeper-shell.sh']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openjdk.org']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['rsync.samba.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.1.1', '4.1.0', '4.0.1', '4.0.0', '3.9.1', '3.9.0', '3.8.1', '3.8.0', '3.7.2']; aliases: readonly [] }; export type KafkaapacheorgPackage = typeof kafkaapacheorgPackage