Skip to content

Instantly share code, notes, and snippets.

@stanislavkozlovski
Created June 14, 2019 15:56
Show Gist options
  • Save stanislavkozlovski/b562db8d88b0c942a48b71ac1a148c6e to your computer and use it in GitHub Desktop.
Save stanislavkozlovski/b562db8d88b0c942a48b71ac1a148c6e to your computer and use it in GitHub Desktop.
KafkaService-0-140353367942288
├── worker7
│   ├── kafka-data-logs-1
│   │   ├── __consumer_offsets-1
│   │   ├── __consumer_offsets-2
│   │   └── test_topic_1-0
│   └── kafka-data-logs-2
│   ├── __consumer_offsets-0
│   └── test_topic_2-0
├── worker8
│   ├── kafka-data-logs-1
│   │   ├── __consumer_offsets-0
│   │   ├── __consumer_offsets-2
│   │   └── test_topic_1-0
│   └── kafka-data-logs-2
│   ├── __consumer_offsets-1
│   └── test_topic_2-0
└── worker9
├── kafka-data-logs-1
│   ├── __consumer_offsets-1
│   ├── __consumer_offsets-2
│   └── test_topic_1-0
└── kafka-data-logs-2
├── __consumer_offsets-0
└── test_topic_2-0
24 directories, 0 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment