Skip to content

Add topic management and configuration connection methods in FluvioAdmin - #9

Open
KunoVonHagen wants to merge 1 commit into
mainfrom
feature/add-functionality
Open

Add topic management and configuration connection methods in FluvioAdmin#9
KunoVonHagen wants to merge 1 commit into
mainfrom
feature/add-functionality

Conversation

@KunoVonHagen

Copy link
Copy Markdown
Collaborator

This pull request adds new administrative capabilities to the FluvioAdmin Rust interface, making it easier to connect with a custom configuration, list topics, and check for topic existence. These enhancements improve the flexibility and usability of the admin API.

New Connection and Topic Management Features:

  • Added a connect_with_config method to FluvioAdmin, allowing connections using a custom FluvioConfig object. [1] [2]
  • Introduced a list_topics method to retrieve all topic names managed by the admin. [1] [2]
  • Added a topic_exists method to check if a specific topic is present. [1] [2]

FFI Interface Updates:

  • Exposed the new methods (connect_with_config, list_topics, topic_exists) in the FFI module for use from other languages or environments.

Dependency Updates:

  • Imported ListFilter from fluvio_sc_schema::objects to support topic listing and existence checks.

@KunoVonHagen KunoVonHagen self-assigned this Aug 11, 2026
@KunoVonHagen KunoVonHagen added the enhancement New feature or request label Aug 11, 2026

@stefanDeveloper stefanDeveloper left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants