With the new log table mode some extra internal parameters could be used to fine tune the data replication which is a good thing, however as those parameters are only configured at the endpoint level which causes an all or nothing situation.
Any change to those parameters impacts all tasks that share the same endpoint and might case some side-effects in large enterprise HANA sources.
For instance, our use cases have multiple tasks (20+) that replicate multiple tables (500+) that shares the same source endpoint.
Would it be possible to define internal parameters such as fetchQueryHints and maxFetchIntervalSize either at Task or Table level as well?
By having that capability one would have more flexibility and being able to fine tune data replication by following an hierarchical approach: endpoint > task > table.