How ignore transaction conflict

Sometimes , I want to ignore transaction conflict just refer to this Add IgnoreDataConflict option. But I can’t find option in dgraph v20.7. I used java client, maven dependency is:

      <dependency>
            <groupId>io.dgraph</groupId>
            <artifactId>dgraph4j</artifactId>
            <version>20.03.2</version>
        </dependency>

Any suggestions will help me, thanks

Welcome @payne4handsome.
Can you please provide a specific example of what behavior you are looking for? It will help us resolve your query. Thanks.