Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@amplication/plugin-broker-kafka
Advanced tools
Use a Kafka message broker to communicate between services generated with Amplication
Implement Kafka as the message broker in your Amplication's generated services.
This plugin generates the relevant code to provide you with end-to-end integration for a Kafka message broker.
It generates the following parts:
A topics list as a selectable enum.
Kafka module and service that contains an emit function to send messages to a Kafka queue.
Kafka controller with an endpoint listener for each topic connected to the service, and their type is “receive."
A Kafka options getter function that extracts all the relevant variables from the nestjs common ConfigService (by default if would load the available environment variables)
This plugin provides you with a ready configured NestJS module that you can use in your service. To customize the client options update the .env file with the relevant options.
FAQs
Use a Kafka message broker to communicate between services generated with Amplication
The npm package @amplication/plugin-broker-kafka receives a total of 110,351 weekly downloads. As such, @amplication/plugin-broker-kafka popularity was classified as popular.
We found that @amplication/plugin-broker-kafka demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.