Skip to content

asechiho/kafka-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Backend for kafka-ui

WebSocket

  1. Create a socket (ws://localhost:9002/)
    1.1 Read messages:
    {
      "message": {
        "topic": "string", 
        "headers": {}, 
        "offset": 0, 
        "partition": 0, 
        "timestamp": 123456789, 
        "at": "2020-02-05T10:10:10", 
        "payloadSize": 457, 
        "message": {} 
      }
    }
    1.2 Read topics
       {
         "topic": {
           "topic": "string"
         }
       }

About

backend for kafka-ui

Resources

Stars

Watchers

Forks

Packages

No packages published