Browse Source

Merge pull request #529 from provectus/revert-519-reverse-topic-messages

Revert "Add SeekDirection to the GET topic messages request"
Oleg Shur 4 years ago
parent
commit
3f0192e02c
1 changed files with 0 additions and 10 deletions
  1. 0 10
      kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml

+ 0 - 10
kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml

@@ -323,10 +323,6 @@ paths:
           in: query
           in: query
           schema:
           schema:
             type: string
             type: string
-        - name: seekDirection
-          in: query
-          schema:
-            $ref: "#/components/schemas/SeekDirection"
       responses:
       responses:
         200:
         200:
           description: OK
           description: OK
@@ -1452,12 +1448,6 @@ components:
         - OFFSET
         - OFFSET
         - TIMESTAMP
         - TIMESTAMP
 
 
-    SeekDirection:
-      type: string
-      enum:
-        - FORWARD
-        - BACKWARD
-
     Partition:
     Partition:
       type: object
       type: object
       properties:
       properties: