Skip to content

There is no way in the public API to customize created containers in StrimziKafkaCluster #175

@ozangunalp

Description

@ozangunalp

When StrimziKafkaContainer was part of the public API, it was straightforward to customise the created container, ex. set up network or aliases, set labels for later identification, and inject env vars.

Now that StrimziKafkaContainer is removed, we cannot do all that.

Plus, the builder method withBootstrapServers introduced in 0.114.0 receives a function accepting StrimziKafkaContainer, which is no longer visible.

I can understand that StrimziKafkaContainer was retrieved from direct public use in order to focus on the single point of configuration which is the cluster.
But I think removing the visibility of the class makes this less useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions