[ 
https://issues.apache.org/jira/browse/FLUME-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531413#comment-13531413
 ] 

Mike Percy commented on FLUME-1780:
-----------------------------------

Builder is not the best name, but you can just s/Builder/Factory/ in your head 
and it makes more sense.

These builders/factories provide the following benefits:
 - Allow for implementing immutable configuration state per object
 - Provide a way to ensure the object is fully initialized before giving a 
client a reference to it

                
> Interceptors and serializers should not expect users to supply builders or 
> specify the builders in configuration
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: FLUME-1780
>                 URL: https://issues.apache.org/jira/browse/FLUME-1780
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>
> Forcing a programming model on users is not a good thing to do. We have 
> already specified the interfaces, that should be enough

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to