
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
loopback-connector-kafka
Advanced tools
Kafka connector for loopback-datasource-juggler.
npm install loopback-connector-kafka --save
var DataSource = require('loopback-datasource-juggler').DataSource;
// The options for kafka-node
var options = {
connectionString: 'localhost:2181/kafka0.8'
};
var dataSource = new DataSource('kafka', options);
Or configure it in datasources.json
{
"kafka": {
"connector": "kafka",
"connectionString": "127.0.0.1:2181/kafka0.8"
}
}
MIT
FAQs
Kafka connector for loopback-datasource-juggler
The npm package loopback-connector-kafka receives a total of 2 weekly downloads. As such, loopback-connector-kafka popularity was classified as not popular.
We found that loopback-connector-kafka demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.