Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 26, 2024
1 parent 2182ae1 commit 17035eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@ func (a *FlowableActivity) ReplicateQRepPartitions(ctx context.Context,
var err error
switch config.System {
case protos.TypeSystem_Q:
if config.DestinationTableIdentifier == "messages" {
return nil
}
stream := model.NewQRecordStream(shared.FetchAndChannelSize)
outstream := stream
if config.Script != "" {
Expand Down

0 comments on commit 17035eb

Please sign in to comment.