Pinned Loading
-
kafka-security-manager
kafka-security-manager PublicForked from conduktor/kafka-security-manager
Manage your Kafka ACL at scale
Scala
-
-
kafka-lens
kafka-lens PublicForked from kafka-lens/kafka-lens
A tool for monitoring Kafka clusters, topics, partitions, and message flow.
JavaScript
-
helper_functions.js
helper_functions.js 1export const uuidv4 = () => {
2return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {
3const r = Math.random() * 16 | 0;
4const v = c == 'x' ? r : (r & 0x3 | 0x8);
5return v.toString(16);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.