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
SAMZA-2693: Make Samza log4j appenders agnostic of where they are running (apache#1532)
API/usage changes:
1. (functionality change) In worker containers, the logs for fetching the initial job model (in SamzaContainer.readJobModel) will no longer be sent to StreamAppender, because the config will not be initialized yet in the appender.
2. (test change) MockSystemAdmin.createdStreamName was changed to MockSystemAdmin.createdStreamSpec. The stream name can be accessed with MockSystemAdmin.createdStreamSpec.getPhysicalName().
0 commit comments