[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2018-02-25 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Description: 
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:
{code}
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.
{code}

  was:
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:

{code}
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.
{code}


> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>  Labels: connector, newbie
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2018-02-02 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Labels: connector newbie  (was: connector newbie usability)

> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>  Labels: connector, newbie
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2018-01-10 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Labels: connector newbie usability  (was: connector usability)

> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: connector, newbie, usability
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2017-12-26 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Labels: connector usability  (was: connector)

> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: connector, usability
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2017-11-21 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Description: 
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:

{code}
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.
{code}

  was:
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:
{code}
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.
{code}


> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: connector
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2017-11-01 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Description: 
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:
{code}
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.
{code}

  was:
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:

It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.


> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>  Labels: connector
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> {code}
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2017-10-22 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Description: 
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:

It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.

  was:
During the development of KAFKA-5657, there were several iterations where 
method call didn't match what the connector parameter actually represents.

[~ewencp] had used connType as equivalent to connClass because Type wasn't used 
to differentiate source vs sink.

[~ewencp] proposed the following:
It would help to convert all the uses of connType to connClass first, then 
standardize on class == java class, type == source/sink, name == user-specified 
name.


> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: connector
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KAFKA-5946) Give connector method parameter better name

2017-10-08 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/KAFKA-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated KAFKA-5946:
--
Labels: connector  (was: )

> Give connector method parameter better name
> ---
>
> Key: KAFKA-5946
> URL: https://issues.apache.org/jira/browse/KAFKA-5946
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: connector
>
> During the development of KAFKA-5657, there were several iterations where 
> method call didn't match what the connector parameter actually represents.
> [~ewencp] had used connType as equivalent to connClass because Type wasn't 
> used to differentiate source vs sink.
> [~ewencp] proposed the following:
> It would help to convert all the uses of connType to connClass first, then 
> standardize on class == java class, type == source/sink, name == 
> user-specified name.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)