Hi Apache Storm Team,

May I have a quick question - how to configure the streamId in yaml file,
so in Bolt we can emit the tuple to specified stream? Thanks!


Currently the StreamDef don't have "streamId" available in V1.1.1, or even on 
Github.

public class StreamDef {

    private String name; // not used, placeholder for GUI, etc.
    private String from;
    private String to;
private GroupingDef grouping;


Regards,
Jude
CONFIDENTIALITY NOTICE This e-mail message and any attachments are only for the 
use of the intended recipient and may contain information that is privileged, 
confidential or exempt from disclosure under applicable law. If you are not the 
intended recipient, any disclosure, distribution or other use of this e-mail 
message or attachments is prohibited. If you have received this e-mail message 
in error, please delete and notify the sender immediately. Thank you.

Reply via email to