
Security News
pnpm 10.16 Adds New Setting for Delayed Dependency Updates
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
github.com/doodlescheduling/k8skafka-controller
Kubernetes controller that can manage Kafka Topics.
Controller assumes you already have a working Kafka installation. How Kafka brokers are actually managed is outside of the scope of this project for the moment.
A KafkaTopic
represents one Kafka Topic.
apiVersion: kafka.infra.doodle.com/v1beta1
kind: KafkaTopic
metadata:
name: test-topic
spec:
address: "kafka:9092"
name: "test-topic"
partitions: 16
replicationFactor: 1
config:
cleanupPolicy: compact
deleteRetentionsMs: 31556952000
Please see chart/k8skafka-controller for the helm chart docs.
You may change base settings for the controller using env variables (or alternatively command line arguments). Available env variables:
Name | Description | Default |
---|---|---|
METRICS_ADDR | The address of the metric endpoint binds to. | :9556 |
PROBE_ADDR | The address of the probe endpoints binds to. | :9557 |
ENABLE_LEADER_ELECTION | Enable leader election for controller manager. | false |
LEADER_ELECTION_NAMESPACE | Change the leader election namespace. This is by default the same where the controller is deployed. | `` |
NAMESPACES | The controller listens by default for all namespaces. This may be limited to a comma delimited list of dedicated namespaces. | `` |
CONCURRENT | The number of concurrent reconcile workers. | 4 |
FAQs
Unknown package
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
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
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.