You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here it calls withAttributes(DefaultAttributes.queueSource) which overrides any given name to the graph component.
From my observation, I assume that the strategy of name attribute overriding is incorrect. Because the very first attribute is used and the rest is discarded.
The text was updated successfully, but these errors were encountered:
Hi today I've found a bug regarding name attribute overriding in
SourceQueueWithComplete
.If I create a
Source.queue
like thisSource.queue[Int](10, OverflowStrategy.dropHead)
It calls following method:
Here it calls
withAttributes(DefaultAttributes.queueSource)
which overrides any given name to the graph component.From my observation, I assume that the strategy of name attribute overriding is incorrect. Because the very first attribute is used and the rest is discarded.
The text was updated successfully, but these errors were encountered: