-
Notifications
You must be signed in to change notification settings - Fork 298
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
feature/kakfa-config #8421
Conversation
sub field_meta { | ||
my ($self, $field, $parent_meta, $no_array) = @_; | ||
my $type = $self->field_type($field, $no_array); | ||
my $meta = { |
There was a problem hiding this comment.
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")) { |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
Description
Add the ability to config kafka from the GUI
Delete branch after merge
YES
Checklist
(REQUIRED) - [yes, no or n/a]
NEWS file entries
Enhancements