Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages API v2 #3537

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Messages API v2 #3537

wants to merge 23 commits into from

Commits on Mar 21, 2023

  1. wip

    iliax committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a279c67 View commit details
    Browse the repository at this point in the history
  2. wip

    iliax committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4be46ec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:provectus/kafka-ui into ISSUE-350…

    …4_messagesApiV2
    iliax committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2f67817 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. wip

    iliax committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    306c1fb View commit details
    Browse the repository at this point in the history
  2. wip

    iliax committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    35c63b8 View commit details
    Browse the repository at this point in the history
  3. wip

    iliax committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7f2f161 View commit details
    Browse the repository at this point in the history
  4. wip

    iliax committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    23157b7 View commit details
    Browse the repository at this point in the history
  5. wip

    iliax committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f5d282e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. wip

    iliax committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d6244b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498a099 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge branch 'master' of github.com:provectus/kafka-ui into ISSUE-350…

    …4_messagesApiV2
    
    � Conflicts:
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/TailingEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/MessagesService.java
    �	kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
    iliax committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b9e8b33 View commit details
    Browse the repository at this point in the history
  2. api updates

    iliax committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8f21722 View commit details
    Browse the repository at this point in the history
  3. new tests

    iliax committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    153745e View commit details
    Browse the repository at this point in the history
  4. new tests

    iliax committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f05e8bb View commit details
    Browse the repository at this point in the history
  5. minor improvements

    iliax committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    911bbc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. PR comments fx

    iliax committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b5a52fc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge branch 'master' of github.com:provectus/kafka-ui into ISSUE-350…

    …4_messagesApiV2
    
    � Conflicts:
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/MessageFilters.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/MessagesService.java
    �	kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/MessagesServiceTest.java
    iliax committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3e02e3f View commit details
    Browse the repository at this point in the history
  2. master merge

    iliax committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e04928c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge branch 'master' of github.com:provectus/kafka-ui into ISSUE-350…

    …4_messagesApiV2
    
    � Conflicts:
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ConsumingStats.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ForwardRecordEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/TailingEmitter.java
    �	kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
    iliax committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    df66396 View commit details
    Browse the repository at this point in the history
  2. master merge

    iliax committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c845786 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    32af672 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'master' of github.com:provectus/kafka-ui into ISSUE-350…

    …4_messagesApiV2
    
    � Conflicts:
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/AbstractEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ConsumingStats.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/ForwardRecordEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/MessagesProcessing.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/OffsetsInfo.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/SeekOperations.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/TailingEmitter.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/serdes/ConsumerRecordDeserializer.java
    �	kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/MessagesService.java
    �	kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
    iliax committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3c569aa View commit details
    Browse the repository at this point in the history
  2. merged with master

    iliax committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d2e6e6a View commit details
    Browse the repository at this point in the history