I prefer to not have too much exceptions from chosen style guide. So I'm
OK to change the method to setSslKeystore, but just would like to hear
others voices because we're breaking backward compatibility once again (we
did it at 1.1.0) just because of respecting code style.

- Jungtaek Lim (HeartSaVioR)

2017년 5월 21일 (일) 오후 8:07, Stig Rohde Døssing <[email protected]>님이 작성:

> Hi,
>
> As part of fixing the checkstyle violations on storm-kafka-client, we'd
> need to rename some methods on KafkaSpoutConfig. See
> https://github.com/apache/storm/pull/2117. Does anyone have an opinion on
> when/if it is acceptable to break the API for this reason?
>
> I'd also like opinions on whether method names like setSslKeystore are
> better than setSSLKeystore? The current checkstyle rules prohibit adjacent
> capital letters in non-final names due to this bit of the checkstyle
> config.
>
> <module name="AbbreviationAsWordInName">
>             <property name="ignoreFinal" value="false"/>
>             <property name="allowedAbbreviationLength" value="1"/>
> </module>
>

Reply via email to