Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S Stream Admin Service
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Real Time
  • Streams
  • Stream Admin Service
  • Issues
  • #1

Closed
Open
Created Sep 24, 2021 by Stephen Nimmo@snimmoMaintainer0 of 6 tasks completed0/6 tasks

Implement TopicAdminService

Implement Java SpringBoot service org.opengroup.osdu.streaming.service.TopicAdminService.java used by StreamingAdminService to perform Kafka topics manipulations:

  • createTopic method should create the new topic and set the number following parameters:
    • topicName = kind
    • partitions = 10
    • replicas = 3
  • deleteTopic method should delete the topic using topicName provided as an argument
  • test for every method above
Edited Oct 08, 2021 by Dmitry Kniazev
Assignee
Assign to
Time tracking