Re: swagger/openapi spec for Kafka-Connect REST API?

2020-05-22 Thread Jun Wang
I am not aware of any swagger api spec for Kafka connect reset api. But following 2 resources have enough information for me. https://kafka.apache.org/documentation/#connect_rest https://docs.confluent.io/current/connect/references/restapi.html From: Miguel

Re: ACLs - How To Allow Anyone To Access of A Topic

2020-05-20 Thread Jun Wang
. From: Jun Wang Sent: Monday, May 18, 2020 2:11 PM To: users@kafka.apache.org Subject: Re: ACLs - How To Allow Anyone To Access of A Topic I am testing in a dev. environment, maybe it does not make sense in production. See my detail explanation below and rephrase of the question: 1. I

Re: ACLs - How To Allow Anyone To Access of A Topic

2020-05-18 Thread Jun Wang
I am testing in a dev. environment, maybe it does not make sense in production. See my detail explanation below and rephrase of the question: 1. I have mixed authenticated and unauthenticated user in the system. For example: listeners=PLAINTEXT://localhost:9092,SASL_PLAINTEXT://localhost:9093

ACLs - How To Allow Anyone To Access of A Topic

2020-05-18 Thread Jun Wang
Hi I would like to allow anyone to access the a topic even for authenticated user, I assume following ACLs should be sufficient. Current ACLs for resource `ResourcePattern(resourceType=TOPIC, name=test3, patternType=LITERAL)`: (principal=User:ANONYMOUS, host=*, operation=ALL,

Re: How actually jdbc sink connetor run

2020-05-11 Thread Jun Wang
Hi Lei For my understanding, from the github page you provided. the kafka-connect-jdbc project is licensed under the Confluent Community License. The project has different support channels. "For more information, check

Re: Request for adding into contributors list

2020-05-01 Thread Jun Wang
Thank You ! From: Matthias J. Sax Sent: Friday, May 1, 2020 4:29 PM To: users@kafka.apache.org Subject: Re: Request for adding into contributors list Done. On 5/1/20 11:21 AM, Jun Wang wrote: > Hi, > > Please add my JIRA ID into the contributors list

Request for adding into contributors list

2020-05-01 Thread Jun Wang
Hi, Please add my JIRA ID into the contributors list of Apache Kafka. Here is my JIRA profile: Username: wj1918 Full name: Jun Wang Thanks