Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@kaluza/kt
Advanced tools
A Kafka / Aiven command line tool that allow you to easily consume and produce to kafka topics with AVRO serialization and deserialization.
A Kafka / Aiven command line tool that allow you to easily consume and produce to kafka topics with AVRO serialization and deserialization.
As passwords are entered in plaintest, please make sure this does not get stored in ~/.bash_history. You can use the following command to allow a space before an command will not be stored there.
echo "HISTCONTROL=ignorespace" >>~/.bashrc
Require nodejs to be installed globally
npm i -g @kaluza/kt
You will need to first login to Aiven (you only need to login once per environment after install):
kt login user@kaluza.com 1234
Login for production:
kt login user@kaluza.com 1234 -e vnet-prd
Consume (default: vnet-dev):
kt consume TEST_OUTPUT_TOPIC
Produce (default: vnet-dev):
kt produce TEST_OUTPUT_TOPIC '{ "name": "test-name", "role": "ops" }'
Produce from a json file:
kt produce TEST_OUTPUT_TOPIC "$(cat ./test.json)"
Consume for production environment:
kt consume TEST_OUTPUT_TOPIC -e vnet-prd
Consume specific partition and offset (passing 0 and 0 will read partition 0 from the beginning):
kt consume MY_COMPACTED_TOPIC -o 0 -p 0
More informations:
kt help
FAQs
A Kafka / Aiven command line tool that allow you to easily consume and produce to kafka topics with AVRO serialization and deserialization.
The npm package @kaluza/kt receives a total of 0 weekly downloads. As such, @kaluza/kt popularity was classified as not popular.
We found that @kaluza/kt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.