-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi.
I need a HTTPS implement, now I touch a HttpsServerFactory extends AbstractServerFactory. such as:
@JsonTypeName("https")
public class HttpsServerFactory extends AbstractServerFactory {
@Valid
@NotNull
private List<ConnectorFactory> applicationConnectors = Lists.newArrayList(new ConnectorFactory[]
{HttpsConnectorFactory.application()});
@Valid
@NotNull
private List<ConnectorFactory> adminConnectors = Lists.newArrayList(new ConnectorFactory[]
{HttpsConnectorFactory.admin()});
...
}
then, I modify the kafka-http.yml file , adding the configuration such as:
server:
"type": "https"
but, I still got the DefaultServerFactory
Who can help me?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels