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

feature/kakfa-config #8421

Merged
merged 20 commits into from
Dec 5, 2024
Merged

feature/kakfa-config #8421

merged 20 commits into from
Dec 5, 2024

Conversation

jrouzierinverse
Copy link
Member

Description

Add the ability to config kafka from the GUI

Delete branch after merge

YES

Checklist

(REQUIRED) - [yes, no or n/a]

  • Document the feature
  • Add OpenAPI specification
  • Add unit tests
  • Add acceptance tests (TestLink)

NEWS file entries

Enhancements

  • The kafka service can be configured from the admin.

sub field_meta {
my ($self, $field, $parent_meta, $no_array) = @_;
my $type = $self->field_type($field, $no_array);
my $meta = {
Copy link
Member

Choose a reason for hiding this comment

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

indentation

return $allowed_lookup;
}

if ($field->isa("pfappserver::Form::Field::FingerbankSelect") || $field->isa("pfappserver::Form::Field::FingerbankField")) {
Copy link
Member

Choose a reason for hiding this comment

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

I am surprised to see references of fingerbank in Kafka config , is it normal ?

Copy link
Member Author

Choose a reason for hiding this comment

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

This was a copy and paste from Controller::Config.
I need to refactor the shared logic into a seperate module.
This will be done in another release.

@satkunas satkunas merged commit 26c7f8d into devel Dec 5, 2024
5 checks passed
@satkunas satkunas deleted the feature/kakfa-config branch December 5, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants